Skip to content

silmeth/jsonParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-parser – a simple example JSON parser in Kotlin with better-parse

The parsing code is in SimpleJsonGrammar object, there are also a few tests showing it works.

It does not currently handle unicode escape sequences (like "\uFDFD" for string).

Tests can be run with ./gradlew test.

About

Example of simple Kotlin JSON parser using better-parse (https://github.com/h0tk3y/better-parse)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages