Changed RESTCONF GET to return object referenced. ie, GET /restconf/data/X returns X.
Added CLICON_XMLDB_FORMAT option. Default is "xml". If set to "json", XML database files uses JSON format. Escape " in JSON names and strings and values Optimized search performance for large lists by sorting and binary search.