Skip to content

a kotlin showcase for playing around with json (jackson) & jmespath aka "jq"

License

Notifications You must be signed in to change notification settings

bastman/kotlin-kjson-jackson

Repository files navigation

kotlin-kjson-jackson

a kotlin showcase for playing around with jackson-json, jmespath aka "jq" and json-schema

see module "examples" 

core

- kotlin module jackson jdk8
- read & parse json from file/string (including reified types)
- configuration of jackson objectmapper (strict, relaxed)

jmespath (jq)

- jmespath aka "jq" json query language
- see: https://jmespath.org/tutorial.html

json-schema-validation

- jmespath aka "jq" json query language
- see: https://json-schema.org/

About

a kotlin showcase for playing around with json (jackson) & jmespath aka "jq"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages