JSON to YAML converter unit
uses |
||
|
JSON support for Free Pascal. |
This unit provides functionality to convert JSON data structures into YAML format. It implements the TJSONToYaml class which can convert any JSON data type (objects, arrays, strings, numbers, booleans, and null values) into equivalent YAML representation with proper indentation and formatting.