json-simple
JSON encoder
A simple toolkit for encoding and decoding JSON text in Java
A simple Java toolkit for JSON. You can use json-simple to encode or decode JSON text.
747 stars
42 watching
338 forks
Language: Java
last commit: 8 months ago Related projects:
Repository | Description | Stars |
---|---|---|
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,653 |
phmarek/yason | A Common Lisp library for encoding and decoding data in the JSON interchange format. | 79 |
nikita-volkov/jsonifier | A fast and simple JSON encoding toolkit that aims to achieve better performance than existing solutions. | 83 |
bet365/jingo | A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. | 736 |
septag/sjson | A fast and portable C single-header JSON encoder/decoder with optimized memory allocation and single header design. | 58 |
neurojson/jsonlab | A compact, portable, and robust JSON/binary-JSON encoder/decoder for MATLAB and Octave. | 301 |
justinwoo/purescript-simple-json | A Purescript library for decoding JSON data into type-safe records | 134 |
meh/jazz | A JSON handling library for Elixir. | 61 |
sharplispers/cl-json | A Common Lisp library for encoding and decoding data in the JSON format. | 11 |
daoswald/json-tiny | A minimalistic JSON encoding and decoding library in Perl | 11 |
fluidgroup/jayson | A JSON decoding/encoding library with strict and flexible access options. | 255 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
cblage/elixir-json | Provides native JSON encoding and decoding support for Elixir | 217 |
postmates/pmjson | A pure Swift JSON encoder/decoder library with strongly-typed support and convenience methods for converting to/from Foundation objects. | 360 |
ikesyo/himotoki | A type-safe JSON decoding library written purely in Swift | 796 |