ejson Namespace Reference

Namespaces

 internal
 

Classes

class  Array
 
class  Boolean
 
class  Document
 
class  FilePos
 
class  iterator
 
class  Null
 
class  Number
 
class  Object
 
class  String
 
class  Value
 

Enumerations

enum  valueType {
  valueType::unknow, valueType::value, valueType::document, valueType::array,
  valueType::object, valueType::string, valueType::number, valueType::null,
  valueType::boolean
}
 

Functions

ejson::Value empty ()
 

Detailed Description

ejson namespace containing all function for JSON interpretor

Enumeration Type Documentation

§ valueType

enum ejson::valueType
strong

Type of the JSON elements.

Enumerator
unknow 

might be an error ...

value 

might be an error ...

document 

all the file main access

array 

te element [ ... ]

object 

the element { ... }

string 

the element "..."

number 

The element 1111.2222.

null 

the element null

boolean 

the element true or false

Function Documentation

§ empty()

ejson::Value ejson::empty ( )

create an empty Value (that does not exist ...

Returns
empty value (not usable)