https://github.com/boschresearch/functional-json
Functional programming inside JSON and JSON5 files
https://github.com/boschresearch/functional-json
image-render
Last synced: about 2 months ago
JSON representation
Functional programming inside JSON and JSON5 files
- Host: GitHub
- URL: https://github.com/boschresearch/functional-json
- Owner: boschresearch
- License: apache-2.0
- Created: 2023-05-05T11:48:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T15:18:37.000Z (9 months ago)
- Last Synced: 2025-10-07T10:43:41.849Z (5 months ago)
- Topics: image-render
- Language: Python
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Notice: NOTICE.md
Awesome Lists containing this project
README
# Functional JSON (ISON Parser)
**Check out the `stable` branch for the latest stable version**
The ISON language is a functional programming language that lives within the JSON or JSON5 syntax specification. That is, every ISON script file can be read as a standard JSON file. The ISON syntax only appears in strings within the JSON file.
## Purpose of the project
This software is a research prototype, originally developed for use in rendering automation.
The software is not ready for production use. It has neither been developed nor tested for a specific use case. However, the license conditions of the applicable Open Source licenses allow you to adapt the software to your needs. Before using it in a safety relevant setting, make sure that the software fulfills your requirements and adjust it according to any applicable safety standards (e.g. ISO 26262).
## Contributing to the project
Please read the conditions you need to comply with in order to contribute to this project in the [CONTRIBUTING](CONTRIBUTING.md) file.
## License
The *Functional JSON* package is licenced under the Apache-2.0 license. See the [LICENSE](LICENSE.md) file for more details.