Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fulminazzo/kjason
A JSON parser written in Kotlin
https://github.com/fulminazzo/kjason
gradle groovy json kotlin parser tokenizer
Last synced: 4 days ago
JSON representation
A JSON parser written in Kotlin
- Host: GitHub
- URL: https://github.com/fulminazzo/kjason
- Owner: fulminazzo
- Created: 2025-01-15T16:42:24.000Z (6 days ago)
- Default Branch: master
- Last Pushed: 2025-01-15T23:21:05.000Z (5 days ago)
- Last Synced: 2025-01-16T00:44:16.426Z (5 days ago)
- Topics: gradle, groovy, json, kotlin, parser, tokenizer
- Language: Kotlin
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**KJason** is a simple **JSON** parser written in the [Kotlin](https://kotlinglang.org) language.
This project was purely made to get familiarity with Kotlin by working on real everyday problems.
It is not advised to anybody to use this code in production environments without refactoring.The grammar followed and respected by the [parser](src/main/kotlin/it/fulminazzo/kjason/KJason.kt)
is the [official JSON grammar in McKeeman form](https://www.crockford.com/mckeeman.html).