|
| 1 | +[ |
| 2 | + { |
| 3 | + "name": "Juan Cruz Viotti", |
| 4 | + "github": "jviotti", |
| 5 | + "linkedin": "jviotti", |
| 6 | + |
| 7 | + "website": "https://www.jviotti.com", |
| 8 | + "type": "tsc", |
| 9 | + "incorporatedIn": [ "UK", "US" ], |
| 10 | + "bio": "I'm a TSC member of JSON Schema, did award-winning research at the University of Oxford in the space of binary serialization and compression using JSON Schema, co-authored an O'Reilly book covering JSON Schema, and own several projects in the ecosystem, ranging educational material like LearnJSONSchema.com to a high-performance C++ JSON Schema compiler and validator. I have experience helping organizations be successful with JSON Schema in the Data, API, and IoT spaces all the way from architecture and training to custom development. I'm eager to help you take your JSON Schema integrations to the next level!", |
| 11 | + "links": [ |
| 12 | + { |
| 13 | + "title": "O'Reilly Book: Unifying Business, Data, and Code: Designing Data Products with JSON Schema", |
| 14 | + "url": "https://learning.oreilly.com/library/view/unifying-business-data/9781098144999/" |
| 15 | + }, |
| 16 | + { |
| 17 | + "title": "JSON Schema CLI: The CLI for working with JSON Schema. Covers formatting, linting, testing, bundling, and more for both local development and CI/CD pipelines", |
| 18 | + "url": "https://github.com/intelligence-ai/jsonschema" |
| 19 | + }, |
| 20 | + { |
| 21 | + "title": "JSON BinPack: binary serialization with JSON Schema, more space-efficient than Protocol Buffers and similar alternatives (work in progress)", |
| 22 | + "url": "https://jsonbinpack.sourcemeta.com" |
| 23 | + }, |
| 24 | + { |
| 25 | + "title": "Alterschema: Automatic upgrades between versions of JSON Schema (downgrades coming soon)", |
| 26 | + "url": "https://alterschema.sourcemeta.com" |
| 27 | + }, |
| 28 | + { |
| 29 | + "title": "JSON Toolkit: a C++ implementation of JSON Schema, featuring a state-of-the-art schema compiler and a custom JSON parser", |
| 30 | + "url": "https://github.com/sourcemeta/jsontoolkit" |
| 31 | + }, |
| 32 | + { |
| 33 | + "title": "Blog post: A deep dive on lexical and dynamic scopes, essential for understanding more advanced topics like dynamic referencing", |
| 34 | + "url": "https://json-schema.org/blog/posts/understanding-lexical-dynamic-scopes" |
| 35 | + } |
| 36 | + ] |
| 37 | + } |
| 38 | +] |
0 commit comments