2021.2.5 UTC+8 10:13
-
The C Code
- Fix the parse key bug of ParseObject.
-
The C# Code
- Code formatting of #region.
2020.2.28 UTC+8 10:50
- The C# Code
- Change the
Data
type fromclass
tostruct
, and useref
to pass it. - Use keyword
out
inline to follow the compiler hits.
- Change the
2020.1.10 UTC+8 11:35
- The C Code
- Add the C code implementation.
2020.1.1 UTC+8 11:16
- Optimize unicode string parsing.
- Add
SkipString
forParseObject
. - Add
SetEscapeString
for whether to convert escaped strings.
2018.2.5 UTC+8 10:51
- Optimize ParseArray and ParseObject that remove redundant variable assignment. (+0.0.2)
- Optimize DebugTool Assert call. (+0.0.1)
2018.1.25 UTC+8 16:57
- Code format.(+0.0.1)
- Improve function UnicodeCharToInt and ParseString. (+0.0.2)
- Refactor JsonValue fields. (+0.1.0)
- Refactor struct Data to class Data. (+0.0.1)
- Optimize JSON function SkipWhiteSpace call in ParseArray and ParseObject. (+0.0.1)
2018.1.15 UTC+8 22:07
- Initial Release.