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.
- Host: GitHub
- URL: https://github.com/mishieck/jsonat
- Owner: Mishieck
- License: mit
- Created: 2021-01-02T16:36:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T14:53:22.000Z (about 4 years ago)
- Last Synced: 2025-03-02T21:06:02.126Z (3 months ago)
- Topics: json, json-data, json-format, json-parse, json-parsing, json-serialization, json-string, json-stringify
- Language: JavaScript
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE-OF-CONDUCT.md
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/).