a kotlin showcase for playing around with jackson-json, jmespath aka "jq" and json-schema
see module "examples"
- kotlin module jackson jdk8
- read & parse json from file/string (including reified types)
- configuration of jackson objectmapper (strict, relaxed)
- jmespath aka "jq" json query language
- see: https://jmespath.org/tutorial.html
- jmespath aka "jq" json query language
- see: https://json-schema.org/