NeKernel dev
|
JavaScript object class. More...
#include <Json.h>
Public Member Functions | |
Json () | |
Json (SizeT lhsLen, SizeT rhsLen) | |
~Json ()=default | |
Bool & | IsUndefined () |
KString & | AsKey () |
returns the key of the json | |
KString & | AsValue () |
returns the value of the json. |
Static Public Attributes | |
static Json | kNull |
Private Attributes | |
Bool | fUndefined |
KString | fKey |
KString | fValue |
JavaScript object class.
|
inlineexplicit |
|
default |
|
inline |
returns the key of the json
|
inline |
returns the value of the json.
|
inline |
|
private |
|
private |
|
private |
|
static |