Routines to convert TValue records to JSON and vice versa
uses |
||
|
JSON support for Free Pascal. |
|
rtti; |
|
Runtime type information support |
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.