Due to its syntactic simplicity and flexibility, JSON (JavaScript Object Notation) has become pretty much the de-facto standard data exchange format used in many web applications. As JSON becomes widely used to represent structured data with a great degree of flexibility, the need arises for being able to "validate" JSON representations. Thus there came something […]
Continue reading...
The post How to validate JSON from the command line on Linux appeared first on Xmodulo.