8000 GitHub - silmeth/jsonParser: Example of simple Kotlin JSON parser using better-parse (https://github.com/h0tk3y/better-parse)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

silmeth/jsonParser

Folders and files

NameName
Last commit message
< C1D7 div title="Last commit date" class="Truncate__StyledTruncate-sc-23o1d2-0 liVpTx width-fit">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

0