Andriy Onyshchuk
Andriy Onyshchuk
please review https://github.com/ulid/spec/pull/30 and merge if accepted thanks!
Hi, there! Could you add my scala implementation to the list? Thanks
- [x] add tests - [ ] identify corner case from #241
h1. Problem There are many scala libraries exists that solves parse/format problem for different scala types. Not all of them follow the same standard, though. For example: - ujson libs...
the problem ------------ Today there are several versions of a json-schema standard exists. Apart from it there is an openapi that specifies a little different way of defining the schema....
https://swagger.io/specification/#schemaObject
There is a number of areas where schema derivation may also be required except `json`. - Apache Avro - Google Protobuf - Apache Spark StructType - Amazon Ion - Flatbuffers...
https://github.com/endpoints4s/endpoints4s see if we can replace original JsonSchema derivation with ours
Hi! I'm looking on how to get json (or it's part) parsed into a valid Json Value. Either it is an json object or json array or any other valid...