Unit 'fpJsonValue' Package
[Overview][Procedures and functions][Index] [#fcl]

Reference for unit 'fpJsonValue'

Routines to convert TValue records to JSON and vice versa

uses

  System,

  fpJson,

  

JSON support for Free Pascal.

  rtti;

  

Runtime type information support

Overview

This unit provides two main conversion functions for converting between TValue records and JSON data structures. The conversion functions support various Pascal data types including strings, integers, booleans, and dynamic arrays. The unit uses RTTI type information to determine the appropriate JSON representation and perform accurate conversions.


Documentation generated on: Jan 27 2026