summaryrefslogtreecommitdiff
path: root/jstests/core/json1.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
|
* SERVER-24146 Fix JSON.stringify regression, and add new "tostrictjson" shell ↵Adam Chelminski2016-08-151-0/+25
| | | | util function for printing strict JSON
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-16/+45
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-2/+2
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-031-0/+28
Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>