JSONTools
JSON parser
A JSON parsing and manipulation library for ActionScript3
JSONTools is an ActionScript3 library that goes beyond providing a decoding and encoding engine. JSONTools provides JSON errors on bad property calls, the speed of the JSWoof JSON library, and E4X style queries dubbed E4J, JSONList and JSONListCollection classes for Flex, as well as some features that are coming in upcoming releases.
16 stars
2 watching
2 forks
Language: ActionScript
last commit: over 12 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mherkender/actionjson | Provides a faster alternative to Adobe's native JSON support in Flash 11 | 125 |
kemsky/jsonmapper | A JSON parser for ActionScript that allows flexible mapping of typed objects to and from JSON data | 4 |
sourcemeta/jsontoolkit | A comprehensive C++ library for parsing and manipulating JSON data with support for various formats and validation rules. | 39 |
tsoding/haskell-json | A JSON parser implementation in Haskell. | 171 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
fadado/jtool | Tools for working with JSON data in the shell | 13 |
caxap/jsonobjects | A Python library that allows declarative extraction and conversion of elements from JSON documents. | 5 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,509 |
josdejong/jsonrepair | Repairs invalid JSON documents by fixing syntax errors and normalizing data format | 572 |
chadaustin/sajson | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 570 |
spyzhov/ajson | A Go package for parsing and manipulating JSON data with path-based selection support | 243 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
kunalsin9h/livejq | An alternative to jq with continuous parsing support and filtering capabilities for handling invalid JSON without crashing. | 15 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |