An open API service indexing awesome lists of open source software.

https://github.com/mishieck/jsonat

A JavaScript library for working with most JavaScript native data types in JSON format.
https://github.com/mishieck/jsonat

json json-data json-format json-parse json-parsing json-serialization json-string json-stringify

Last synced: 2 months ago
JSON representation

A JavaScript library for working with most JavaScript native data types in JSON format.

Awesome Lists containing this project

README

        

#

## Introduction

JSONAT is a JavaScript library for working with most JavaScript native data types in [JSON](http://www.json.org/fatfree.html) format. JSONAT provides both asynchronous (`JSONAT`) and synchronous (`JSONATS`) ways of working with JSON. You can stringify, parse and fetch data using JSONAT.

## Quick Start

Refer to the [Quick Start Guide](./docs/quick-start.md) for an introduction to how the library works.

## Contributing

Refer to our [Contributing to JSONAT](https://github.com/Mishieck/jsonat/main/CONTRIBUTING.md) guide for information concerning contributing.

## Contact Us

You can contact us via email at .

## License

This library is under the [MIT License](http://choosealicense.com/licenses/mit/).