fixed JSON extended format -> relaxed
This commit is contained in:
parent
b4f104d93c
commit
57f17bb04e
1 changed files with 1 additions and 1 deletions
|
|
@ -135,4 +135,4 @@ const pipeline = [
|
|||
];
|
||||
|
||||
const out = db.aclentries.aggregate(pipeline).toArray();
|
||||
print(EJSON.stringify(out, { relaxed: false, indent: 2 }));
|
||||
print(EJSON.stringify(out, { relaxed: true, indent: 2 }));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue