Unit 'fpjson' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

JSONTypeName

Convert a JSON type to a string.

Declaration

Source position: fpjson.pp line 773

function JSONTypeName(

  JSONType: TJSONtype

):string;

Arguments

JSONType

  

JSON type to convert to a string.

Function result

Name of JSON type.

Description

JSONTypeName converts the JSONType to a string that describes the type of JSON value.

See also

StringToJSONString

  

Convert a string to a JSON-escaped string.

JSONStringToString

  

Convert a JSON-escaped string to a string.


Documentation generated on: Jul 24 2023