Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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