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: 3 months ago
JSON representation

A JSON parser written in Kotlin

Awesome Lists containing this project

README

          


Lines of Code
Tests coverage
Lines of Test Code



**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).