REST API description: Difference between revisions

Line 67: Line 67:
=== jquery ( jq ) ===
=== jquery ( jq ) ===


jquery ( [https://stedolan.github.io/jq/] ) is a powerful tool to extract parameters from a json document. Please read its documentation if you need to postprocess more data.
jquery ( [https://stedolan.github.io/jq/] ) is a powerful tool to extract parameters from a json document. If called without parameters, jq formats the JSON output into a readable format with indenting and new lines. It also allows to select specific values and do basic operations like addition with this values.
Please read the jq documentation for more information.


== API hierarchy ==
== API hierarchy ==
404

edits