Skip to content

Draft: Json tool

Wilhelm Hagemeister requested to merge jsonTool into master

dlsjson is similar to the dls (command line tool) but accepts json input and produces json output. It is intended to be used as a cgi script for webservers. This allows one to access dls data via ajax calls. Json syntax follows the Json-RPC standard version 2.0. Example calls can be found in json/README.

Compiling must be explicitly enabled with --enable-json.

Merge request reports