Lua CJSON provides JSON support for Lua. It has been tested under Linux, FreeBSD, OSX, Solaris and Windows Features: Fast, standards compliant encoding/parsing routines Full support for JSON with UTF-8 …
JSON.hpack is a lossless, cross language, performances focused, data set compressor. It is able to reduce up to 70% number of characters used to represent a generic homogeneous collection.
LitJSON is a small and fast library for handling data in the JSON format. It is written in C# and is compatible with all .Net languages. Simple Example: using LitJson;
using System;
public class Person …
The JSON Editor is a simple plugin for the Eclipse IDE that provides: - Color text highlighting - An Outline Tree view - JSON validation - Text formatting - Text folding for the JSON data format.
libjson is a small C library and small codebase that packs an efficient parser and a configurable printer. libjson is covered by the LGPLv2 license, or at your option the LGPLv3 license. Here's the feature …
This open source library aims to help the implementation of JSON-RPC clients in android applications. The library provides a simple API to perform JSON-RPC service calls from an android device. JSON-RPC …
This plugin makes it simple to convert to and from JSON. This plugin exposes four new functions onto the $, or jQuery object: toJSON: Serializes a javascript object, number, string, or arry into JSON. …
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript …
Json.NET is a popular high-performance JSON framework for .NET Features -Flexible JSON serializer to convert .NET objects to JSON and back again -LINQ to JSON for manually reading and writing JSON -High …
Simple, fast, extensible JSON encoder/decoder for Python. simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+. It is pure Python code with no dependencies …
Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java …
JavaScript Object Notation (aka JSON) is a very popular alternative to XML for transmitting data to the web browser. Flexjson is a lightweight library for serializingand deserializing Java objects into …
A strict JSON parser and generator for Objective-C. It adds categories to existing Objective-C objects for a super-simple interface. More flexible APIs are also provided for added control. Selected features …
BSON [bee · sahn], short for BinaryJSON, is a binary-encoded serialization of JSON-like documents. Like JSON, BSON supports the embedding of documents and arrays within other documents …
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java: FAST (measured to be faster than any other Java parser and databinder, incudes jackson. ) Powerful (full data binding for common …
Jackson is a: Streaming (reading, writing) FAST (measured to be faster than any other Java json parser and data binder) Powerful (full data binding for common JDK classes as well as any Java bean class …