Decoder_json

PostgreSQL logical decoder to JSON
Alternatives To Decoder_json
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Ultrajson4,1313,2781,11011 days ago36June 11, 202327otherC
Ultra fast JSON decoder and encoder written in C with Python bindings
Ffjson2,6202425084 years ago2February 06, 201557apache-2.0Go
faster JSON serialization for Go
Go Json2,3952,953a month ago157March 19, 202356mitGo
Fast JSON encoder/decoder compatible with encoding/json for Go
Gojay1,991292702 years ago4June 11, 201947mitGo
fastest JSON encoder/decoder with powerful stream API for Golang
Simplejson1,56919,4961,4156 months ago106April 06, 202318otherPython
simplejson is a simple, fast, extensible JSON encoder/decoder for Python
Json Machine8625115 months ago19February 05, 202211apache-2.0PHP
Efficient, easy-to-use, and fast PHP JSON stream parser
Djson578256 years agoSeptember 27, 20167mitGo
Fast Go decoder for dynamic JSON
Hujson493
3 months ago4bsd-3-clauseGo
HuJSON: JSON for Humans (JWCC: JSON w/ comments and trailing commas)
Megajson477
8 years agoMay 23, 202110mitGo
A JSON parser generator for high performance encoding and decoding in Go.
Jsonneverdie468
5 years ago6mitSwift
Auto reflection tool from JSON to Model, user friendly JSON encoder / decoder, aims to never die
Alternatives To Decoder_json
Select To Compare


Alternative Project Comparisons
Readme

decoder_json

A PostgreSQL logical decoder output plugin to deliver data in JSON

Requirements:

  • PostgreSQL 9.4+
  • libjansson (for JSON support)

Building

make deps
make

Testing

Add to your postgresql.conf lines from logical.conf. Then run:

sudo chmod +x `pg_config --pkglibdir`
make test

TODO:

Use built-in JSON from PostgreSQL for output generation.

Useful links

Popular Json Projects
Popular Decoder Projects
Popular Data Formats Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C
Json
Postgresql
Decoder