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.
456 stars
58 watching
181 forks
Language: PLSQL
last commit: almost 2 years ago
Linked from 1 awesome list
jsonoracleplsqlsql
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A PL/SQL library that enables encoding and decoding of JSON data | 47 |
| | A Ruby implementation of the JSON data serialization format | 704 |
| | A Lua module that provides fast and standards-compliant JSON encoding and parsing capabilities. | 939 |
| | An in-place JSON parser implemented in a single header file | 74 |
| | A C++ library for parsing and generating JSON data | 69 |
| | A lightweight C parser for structured data formats like JSON | 1,286 |
| | A high-performance JSON parser that minimizes memory allocation and copying. | 28 |
| | A Common Lisp library for reading and writing JSON text with streaming capabilities. | 20 |
| | An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 861 |
| | An efficient and easy-to-use JSON parser that loads documents into memory in small chunks. | 1,110 |
| | A fast and extensible JSON encoder/decoder for Python | 1,657 |
| | A C++ library to parse and generate JSON data structures for Arduino projects. | 567 |
| | A JSON encoder and decoder implemented in Common Lisp. | 164 |
| | A commandline tool for parsing JSON from various sources | 51 |
| | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |