MCPcopy Create free account
hub / github.com/Illumina/paragraph / strictMode

Method strictMode

external/jsoncpp/jsoncpp.cpp:286–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284Features Features::all() { return Features(); }
285
286Features Features::strictMode() {
287 Features features;
288 features.allowComments_ = false;
289 features.strictRoot_ = true;
290 features.allowDroppedNullPlaceholders_ = false;
291 features.allowNumericKeys_ = false;
292 return features;
293}
294
295// Implementation of class Reader
296// ////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected