Her is an ORM (Object Relational Mapper) that maps REST resources to Ruby objects. It is designed to build applications that are powered by a RESTful API instead of a database.
PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.
🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.
Upgrade to modern ES6 function definitions for the dna.array functions defined in the dna.js file. The newer notation is more compact and looks better.
Collection of postal codes in different formats, ready for importing. Germany (16481 total) Austria (18957 total) Switzerland (4356 total) Liechtenstein (13 total) Luxembourg (4217 total)
This plugin can convert JSON data type to table for html. JSON is used primarily to transmit data between a server and web application, as an alternative to XML. In these reasons todays many applications use json data format for data transferring. And you need json to table converter for html display.
Python library to convert/serialize class instances(Objects) both flat and nested into a dictionary data structure. It's very useful in converting Python Objects into JSON format
SODA (Simple Oracle Document Access) for Java is an Oracle library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store.
Upgrade to modern ES6 function definitions for the
dna.array
functions defined in the dna.js file. The newer notation is more compact and looks better.For example, change:
to:
See line 234:
https://github.com/dnajs/dna.js/blob/master/dna.js#L234