This is UDR library to work with JSON in FirebirdSQL 3.0 database, developed on FreePascal, works for Windows and Linux. The license is MIT, it means 100% free and open source, it can be forked and used in derivatives works and commercial projects.
How to use it:
- Copy the appropriate binary file to Firebird30\plugins\udr (Windows) or /firebird/plugins/udr (Linux, make permissions for it)
- Register UDR with SQL commands from file udrJSON.sql
- Check that UDR works with verify.sql
Thanks to Denis Simonov for detailed documentation https://github.com/sim1984/udr-json-doc
Please feel free to join the development, send proposals, report issue, etc!