This website requires JavaScript.
Explore
Help
Sign In
LuChiChick
/
DLT_Splitter
Watch
1
Star
0
Fork
0
You've already forked DLT_Splitter
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
33
Commits
2
Branches
2
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
LuChiChick
e80d14d347
Fixed memory leak issue caused by incorrect deallocation order in the Json_Value destructor && Fixed issue where copy construction of read-only reference members in Json_Value failed to pass && Added read-only reference members for Json_Object and Json_Array && Added const qualifiers to methods that do not modify class members && Implemented JSON file parsing && Implemented JSON file export, supporting minified export and pretty print.
2026-04-21 17:59:57 +08:00
LuChiChick
b11e74e815
Implemented a JSON file format checking function.
2026-04-17 16:28:44 +08:00
LuChiChick
057438652a
Implemented the basic elements of JSON files, including Json_Pair, Json_Arry, Json_Object, and Json_Value. Additionally, some syntactic sugar has been implemented for ease of use, allowing for rapid construction of JSON elements using {} initialization.
2026-04-10 14:11:41 +08:00