[Overview][Procedures and functions][Index] Reference for unit 'PList2JSon' (#lazutils)

PListXml2Json

Converts the content in the specified XML document to its representation using JSON (JavaScript Object Notation).

Declaration

Source position: plist2json.pas line 10

function PListXml2Json(

  AnXml: TXMLDocument

):TJSONData;

Arguments

AnXml

  

TXMLDocument with the grammar definitions converted in the routine.

Function result

TJSON instance with the content for the XML document.

Description

Used in the implementation of the TextMate grammar parser in the LazEdit package.

Version info

Added in LazUtils version 4.0.


Version 4.0 Generated 2025-05-03 Home