mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:30:41 +02:00
56 lines
1.3 KiB
XML
56 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<fpdoc-descriptions>
|
|
<package name="lazutils">
|
|
<!--
|
|
========================================================================
|
|
plist2json
|
|
========================================================================
|
|
-->
|
|
<module name="plist2json">
|
|
<short>
|
|
Contains routines used to convert the content in an XML document to its
|
|
representation using JSON (JavaScript Object Notation).
|
|
</short>
|
|
<descr>
|
|
Used in the implementation of the TextMate grammar parser in the LazEdit
|
|
package.
|
|
</descr>
|
|
|
|
<!-- unresolved references -->
|
|
<element name="Classes"/>
|
|
<element name="SysUtils"/>
|
|
<element name="Laz2_DOM"/>
|
|
<element name="fpjson"/>
|
|
|
|
<element name="PListXml2Json">
|
|
<short>
|
|
Converts the content in the specified XML document to its representation
|
|
using JSON (JavaScript Object Notation).
|
|
</short>
|
|
<descr>
|
|
<p>
|
|
Used in the implementation of the TextMate grammar parser in the LazEdit
|
|
package.
|
|
</p>
|
|
</descr>
|
|
<version>
|
|
Added in LazUtils version 4.0.
|
|
</version>
|
|
<seealso/>
|
|
</element>
|
|
<element name="PListXml2Json.Result">
|
|
<short>
|
|
TJSON instance with the content for the XML document.
|
|
</short>
|
|
</element>
|
|
<element name="PListXml2Json.AnXml">
|
|
<short>
|
|
TXMLDocument with the grammar definitions converted in the routine.
|
|
</short>
|
|
</element>
|
|
|
|
</module>
|
|
<!-- plist2json -->
|
|
</package>
|
|
</fpdoc-descriptions>
|