This is a delphi library implementing JSON (XML alternative, http://www.json.org) data format and objects structure. Lightweight and fast.
License
BSD LicenseFollow JSON delphi library
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
-
So... How do i use this?
-
Еasy to use and works. Also working with C++Builder (I working with C++Builder 2009). Thanks
-
good job.I use TlkJSON.ParseText() to parse some json string with asia encoding in d7,it fail to parse.After i use UTF8Encode to change the "local string" to utf8,it parse well。Thanks your job.
-
Excellent, use it extensively with our Delphi 7 codebase implementing JSON-RPC Servers and Clients. Interops well with the Java and .Net servers. Doesn't compile with Delphi 5.
-
Works fine (Delphi 7) even managed to use arrays, see http://sickel.net/blogg/?p=583