pljson

JSON parser

Provides an object-oriented interface to store and manipulate JSON data in PL/SQL

PL/JSON is a generic JSON object written in PL/SQL. Using PL/SQL object syntax, users instantiate a JSON object and then add members, arrays and additional JSON objects. This object type can store JSON data, in Oracle, persistently.

GitHub

456 stars
58 watching
181 forks
Language: PLSQL
last commit: almost 2 years ago
Linked from 1 awesome list

jsonoracleplsqlsql

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
doberkofler/plsql-json A PL/SQL library that enables encoding and decoding of JSON data 47
ruby/json A Ruby implementation of the JSON data serialization format 704
mpx/lua-cjson A Lua module that provides fast and standards-compliant JSON encoding and parsing capabilities. 939
mjansson/json An in-place JSON parser implemented in a single header file 74
hjson/hjson-cpp A C++ library for parsing and generating JSON data 69
json-parser/json-parser A lightweight C parser for structured data formats like JSON 1,286
nixman/flatjson A high-performance JSON parser that minimizes memory allocation and copying. 28
rotatef/json-streams A Common Lisp library for reading and writing JSON text with streaming capabilities. 20
icrar/ijson An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. 861
halaxa/json-machine An efficient and easy-to-use JSON parser that loads documents into memory in small chunks. 1,110
simplejson/simplejson A fast and extensible JSON encoder/decoder for Python 1,657
interactive-matter/ajson A C++ library to parse and generate JSON data structures for Arduino projects. 567
rudolph-miller/jonathan A JSON encoder and decoder implemented in Common Lisp. 164
therealklanni/jp A commandline tool for parsing JSON from various sources 51
recp/json A lightweight JSON parsing library that creates a DOM-like data structure 24