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
You Might Also Like
La version gratuite d'Auth0 s'enrichit !
Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
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