PureBasic - Json

Overview

The JSON library provides functions to parse, create or modify data in JSON format. JSON (JavaScript Object Notation) is a lightweight data-interchange format supported by many programming languages. An introduction to the format can be found here.

This library understands and produces the JSON format as defined by RFC-7159.

Command Index

AddJSONElement
AddJSONMember
CatchJSON
ClearJSONElements
ClearJSONMembers
ComposeJSON
CreateJSON
ExamineJSONMembers
ExportJSON
ExportJSONSize
ExtractJSONArray
ExtractJSONList
ExtractJSONMap
ExtractJSONStructure
FreeJSON
GetJSONBoolean
GetJSONDouble
GetJSONElement
GetJSONFloat
GetJSONInteger
GetJSONMember
GetJSONQuad
GetJSONString
InsertJSONArray
InsertJSONList
InsertJSONMap
InsertJSONStructure
IsJSON
JSONArraySize
JSONErrorLine
JSONErrorMessage
JSONErrorPosition
JSONMemberKey
JSONMemberValue
JSONObjectSize
JSONType
JSONValue
LoadJSON
NextJSONMember
ParseJSON
RemoveJSONElement
RemoveJSONMember
ResizeJSONElements
SaveJSON
SetJSONArray
SetJSONBoolean
SetJSONDouble
SetJSONFloat
SetJSONInteger
SetJSONNull
SetJSONObject
SetJSONQuad
SetJSONString

Example

Json.pb

Supported OS

All

Reference Manual - Index