MojoJson icon indicating copy to clipboard operation
MojoJson copied to clipboard

A simple and fast JSON parser.

Results 2 MojoJson issues
Sort by recently updated
recently updated
newest added

input value : "@\?@ABCDEFGHIJiLM$^\^&(^( you can use ASAN compile the lib and the API JsonValue* value = AJson->Parse(jsonString); it supply and input this value to the API . it can...

test.c: char* jstr = ":#@\$^\^&*^("; JsonValue* value = AJson->Parse(jstr); if(value != NULL) AJson->Destroy(value); ================================================================= ==2239161==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x564852e30c19 bp 0x7fff7edbef40 sp 0x7fff7edbef10 T0) ==2239161==The signal...