https://github.com/intersystems/isc-json
https://github.com/intersystems/isc-json
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/intersystems/isc-json
- Owner: intersystems
- License: mit
- Created: 2022-03-22T20:03:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-17T21:47:25.000Z (7 months ago)
- Last Synced: 2025-12-21T09:18:38.303Z (6 months ago)
- Language: ObjectScript
- Size: 113 KB
- Stars: 5
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# isc.json
Bleeding-edge JSON features, ahead of (but ultimately, in some form, destined for) the %JSON package in InterSystems IRIS Data Platform.
## Getting Started
Note: a minimum platform version of InterSystems IRIS 2018.1 is required.
### Installation: ZPM
If you already have the [InterSystems Package Manager](https://github.com/intersystems/ipm), installation is as easy as:
```
zpm "install isc.json"
```
## User Guide
See [isc.json User Guide](./docs/user-guide.md).
## Support
If you find a bug or would like to request an enhancement, [report an issue](https://github.com/intersystems/isc-json/issues/new). If you have a question, feel free to post it on the [InterSystems Developer Community](https://community.intersystems.com/).
## Contributing
Please read [contributing](https://github.com/intersystems/isc-json/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. Declare your dependencies using the community package manager for the appropriate level of risk.
## Authors
* **Tim Leavitt** - *Initial implementation* - [isc-tleavitt](http://github.com/isc-tleavitt)
See also the list of [contributors](https://github.com/intersystems/isc-json/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/intersystems/isc-json/blob/master/LICENSE) file for details.