JSON-Path

 view release on metacpan or  search on metacpan

jsonpath-compliance-test-suite/build.js  view on Meta::CPAN

// @ts-check

const fs = require('fs');
const path = require('path');
/**
 * The file extension of test files.
 * @type {string}
 */
const fileExtension = '.json';
/**
 * The number of spaces to use for indentation in the output.
 * @type {number}
 */
const jsonIndent = 2;



( run in 0.566 second using v1.01-cache-2.11-cpan-0d8aa00de5b )