(no title)
jonny383 | 4 years ago
The best factor of JSON is being a schema-less, human readable format. Imagine having someone present this monstrosity to you with a straight face, thinking it's a good use for JSON.
jonny383 | 4 years ago
The best factor of JSON is being a schema-less, human readable format. Imagine having someone present this monstrosity to you with a straight face, thinking it's a good use for JSON.
endisneigh|4 years ago
If you think it’s bad surely an explanation would win them over and stop their efforts?
sorokod|4 years ago
NicoJuicy|4 years ago
Eg. https://github.com/rjsf-team/react-jsonschema-form
chiph|4 years ago
But if someone outside your organization is sending you data (product orders, say) you want something like this to ensure it's well-formed before you start evaluating business logic & validation against it.
Jenk|4 years ago
vultour|4 years ago
ironman1478|4 years ago