#JSON ORM
JavaScript Object Notation, is a minimal, readable format for structuring data. JSON is the most flexible data storage. It is used primarily to transmit data between a server and web application, as an alternative to XML.
JSON ORM (JO) is an object-relational JSON data mapper. It enables .net developers to work with relational JSON data. It eliminates the data access code. All new version is capable of securing JSON data. It’s completely free and open source very lightweight framework.
Feature Simple implementation Available as nugget package CRUD operation LINQ available. Get by element ID Get by element list Count Add range of data
Get JSON ORM (JO) from nugget to your project and start taking advantage of this powerful JSON ORM (JO).