We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update xmake.lua
Update json_parser.c
Parse JSON number consistently.
Optimize parsing JSON number.
Fix parsing JSON numbers. Should not accept '1.', '-.1' as a number.
Fix parsing bug when object's name is illegal
Simplify slist impl (unused).
update struct __json_value
optimize destroying speed