[Overview][Procedures and functions][Index] |
Converts the content in the specified XML document to its representation using JSON (JavaScript Object Notation).
Source position: plist2json.pas line 10
function PListXml2Json( |
AnXml: TXMLDocument |
):TJSONData; |
AnXml |
|
TXMLDocument with the grammar definitions converted in the routine. |
TJSON instance with the content for the XML document.
Used in the implementation of the TextMate grammar parser in the LazEdit package.
Added in LazUtils version 4.0.
Version 4.0 | Generated 2025-05-03 | Home |