JSON database: Difference between revisions

Content deleted Content added
BSD license
Reverted good faith edits by Samboy; No indication that a JSON database needs to be licensed that way. (TW)
Line 4:
<!-- End of AfD message, feel free to edit beyond this point -->
 
A JSON database is a BSD-licensed free [[document-oriented database]] that manages a collection of [[JSON]] documents. It is a non-relational database management system.
A JSON store provides an object-like representation of data to which today’s widely used [[Object-oriented programming]] languages and web services map nicely. At the same time it has the advantage of not being tied to any one language. As with other document-oriented databases, the JSON documents need not all share the same schema. This fits in well with agile programming and dynamically typed languages.