Platforms to show: All Mac Windows Linux Cross-Platform
JavaScript Object Notation
JSON, short for JavaScript Object Notation, is a lightweight computer data interchange format.
- class JSONMBS
- method Constructor
- method Constructor(file as folderitem)
- method Constructor(text as string)
- shared method Escape(text as string) as string
- method FindFirstLabel(label as string) as JSONMBS
- shared method FormatString(text as string) as string
- method InsertChild(child as JSONMBS)
- method InsertPairIntoObject(label as string, value as JSONMBS)
- shared method NewArrayNode as JSONMBS
- shared method NewFalseNode as JSONMBS
- shared method NewNode(type as integer) as JSONMBS
- shared method NewNullNode as JSONMBS
- shared method NewNumberNode(text as string) as JSONMBS
- shared method NewObjectNode as JSONMBS
- shared method NewStringNode(text as string) as JSONMBS
- shared method NewTrueNode as JSONMBS
- shared method StripWhiteSpaces(text as string) as string
- method toFile(file as folderitem)
- method toString as string
- shared method Unescape(text as string) as string
- property ChildNode as JSONMBS
- property Handle as Integer
- property LastChildNode as JSONMBS
- property NextNode as JSONMBS
- property ParentNode as JSONMBS
- property PreviousNode as JSONMBS
- property Root as JSONMBS
- property Text as String
- property Type as Integer
- const kErrorBadTreeStructure = 8
- const kErrorIllegalCharacter = 3
- const kErrorIncompatibleType = 7
- const kErrorIncompleteDocument = 4
- const kErrorMalformedDocument = 5
- const kErrorMemory = 2
- const kErrorOK = 0
- const kErrorUnknownProblem = 1
- const kErrorWaitingForEOF = 6
- const kTypeArray = 6
- const kTypeFalse = 4
- const kTypeNull = 0
- const kTypeNumber = 2
- const kTypeObject = 5
- const kTypeString = 1
- const kTypeTrue = 3
The items on this page are in the following plugins: MBS REALbasic Util Plugin.