
json.checkConfig( config as Object ) as Sequence
This function checks a json configuration object and returns a report.
| Parameters | |
|---|---|
| config | The configuration object representing the strategy. |
const json = require('/MarkLogic/json/json.xqy');
let config = json.config('full');
config.whitespace = 'ignore';
json.checkConfig(config);
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.