RDP1974 40 Posted August 23, 2022 hi, I see many json libraries available, perhaps somebody knows which is the faster/reliable for a intensive server app? seems very good the https://github.com/grijjy/GrijjyFoundation Grijjy base json bson? any feedback? Share this post Link to post
mvanrijnen 123 Posted August 23, 2022 Yes, i use this one for a planner app we developed (inhouse use). No problems so far, ofcourse somehtings are sometimes slight different, but those guys know what their doing, Share this post Link to post
Fr0sT.Brutal 900 Posted August 23, 2022 mORMot is usually very good in perf optimization and they have their own JSON Share this post Link to post
Pawel Piotrowski 18 Posted August 23, 2022 Grijjy is also my favorite. Easy to use and quite fast. Share this post Link to post
stijnsanders 35 Posted August 23, 2022 I created my own JSON unit because I really dislike long lists of overloads, and really like the Variant type: https://github.com/stijnsanders/jsonDoc It grew out of my attempt at a 'really raw' connector for MongoDB, so to/from BSON functions are here: https://github.com/stijnsanders/TMongoWire/blob/master/bsonTools.pas Share this post Link to post