Skip to content
JasonPP
SetNull
Initializing search
GitHub
JasonPP
GitHub
Home
Design goals
Getting started
Reference
Reference
Version
Preprocessor definitions
Exceptions
Classes
Classes
JsonData
JsonData
JsonData
GetFloatPrecision
SetFloatPrecision
GetDataType
IsOfNumericType
GetParent
HasParent
Render
Parse
CloneFrom
CloneTo
IsIdentical
GetNullData
GetBoolData
GetIntData
GetFloatData
GetStringData
GetJsonData
GetArrayData
SetNull
SetBoolData
SetIntData
SetFloatData
SetStringData
SetJsonData
SetArrayData
Operator overloads
JsonArray
JsonArray
JsonArray
Add
At
Size
Clear
RemoveAt
Reserve
ReserveMore
Capacity
IsIdentical
Swap
Sort
Merge
RemoveSimilar
RemoveAllOfType
RemoveAllExceptType
InsertExistingJsonData
CloneFrom
CloneTo
GetVector
Operator overloads
JsonBlock
JsonBlock
JsonBlock
DoesExist
Get
Add
Set
Remove
TryRemove
GetNumElements
Clear
IsIdentical
DoesShorthandExist
ShorthandGet
ShorthandAdd
ShorthandSet
ShorthandRemove
GetRawElements
CloneFrom
CloneTo
Operator overloads
JsonElement
JsonElement
JsonElement
GetData
GetLabel
SetLabel
UTF16Compatiblity
UTF16Compatiblity
UTF16Compatibility
ParseUTF16
EscapeUTF16
U8_2_U16
U16_2_U8
Internal
Internal
Jstring
Jstring
Jstring
Helpers
Helpers
Helpers
FreeVector
AreSame
Min
Max
Powuli
Base10_2_X
BaseX_2_10
StringHelpers
StringHelpers
StringHelpers
Replace
Escape
Unescape
GetIndentation
IsNumeric
SplitString
RemoveCommentsFromCode
ParseNumber
MinifyJson
ToLower
SortDescriminator_Alphabetically
Macros
Namespaces
Namespaces
JasonPP
JasonPP::Internal
Enumerations
Enumerations
JSON_DATA_TYPE
JSON_ARRAY_SORT_MODE
Typedefs
Typedefs
Json
JDType
UTF-16 compatibility
UTF-16 compatibility
u16stringstream
u16ofstream
u16ifstream
u16fstream
Global functions
Global functions
IsJsonValid
JsonDataType2String
Examples
Examples
Implicit (easy) syntax
Implicit (easy) syntax
Creating
Creating
Basic json
Basic array
Json array
Nested json
Multidimensional array
Loading
Loading
Load
Reading
Reading
Basic
Nested
Basic Array
Json Array
Copying
Copying
Copy
Json manipulation
Json manipulation
Set
Remove
Remove from array
Sort a basic array
Sort a complex array
Rendering
Rendering
Pretty print
Minified
UTF-16
UTF-16
Getting / Setting
Streams
Complete
Complete
Printing comments to the console
Explicit (precise) syntax
Explicit (precise) syntax
Creating
Creating
Basic json
Basic array
Json array
Nested json
Multidimensional array
Loading
Loading
Load
Reading
Reading
Basic
Nested
Basic Array
Json Array
Copying
Copying
Copy
Json manipulation
Json manipulation
Set
Remove
Remove from array
Sort a basic array
Sort a complex array
Rendering
Rendering
Pretty print
Minified
UTF-16
UTF-16
Getting / Setting
Streams
Complete
Complete
Printing comments to the console
Expanding
Expanding
Introduction
FAQ
JsonData
¶
SetNull
¶
void
SetNull
()
Will set this JsonData to be of type
__NULL__
.