json_validate
Python
★ 2
updated 16y ago
A wrapper function that validates that some JSON object matches a spec, something like a validating XML parser. This is particularly useful if you expose a JSON API to third-party developers and want to return a useful error if they provide malformed input.
No plain-English explanation yet — one is being written right now. Check back in a minute.