fixed JSON extended format -> relaxed

This commit is contained in:
michael 2025-10-21 07:43:45 -05:00
parent b4f104d93c
commit 57f17bb04e

View file

@ -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 }));