Unit 'Json2Yaml' Package
[Overview][Classes][Index] [#fcl]

Reference for unit 'Json2Yaml'

JSON to YAML converter unit

uses

  System,

  Classes,

  fpJson;

  

JSON support for Free Pascal.

Overview

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.


Documentation generated on: Mar 09 2026