[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'fpjson' (#fcl)

JSONTypeName

Convert a JSON type to a string

Declaration

Source position: fpjson.pp line 575

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: Nov 14 2015