summaryrefslogtreecommitdiff
path: root/json-glib/json-glib-validate.c
Commit message (Collapse)AuthorAgeFilesLines
* Use Unicode in translatable stringsPiotr Drąg2017-03-181-2/+2
| | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772753
* tools: Fix build on Visual StudioChun-wei Fan2014-02-071-0/+2
| | | | | | | | | As unistd.h is not universally available, don't include it unconditionally and include the corresponding Windows headers where necessary. Also, use gssize in place of ssize_t and define STDOUT_FILENO on Windows when we don't have unistd.h, which is a constant that is defined in unistd.h. https://bugzilla.gnome.org/show_bug.cgi?id=723813
* Improve consistency in error messagesEmmanuele Bassi2013-10-281-1/+1
| | | | Use the same spacing and formatting rules.
* Add validation toolEmmanuele Bassi2013-10-271-0/+171
The json-glib-validate tool is a small utility that validates the data found at the URIs passed on its command line.