update rapidjson opts
This commit is contained in:
@@ -216,5 +216,5 @@ def record_params(config: Dict[str, Any], full_path: Path) -> None:
|
|||||||
handle,
|
handle,
|
||||||
indent=4,
|
indent=4,
|
||||||
default=str,
|
default=str,
|
||||||
number_mode=rapidjson.NM_NATIVE
|
number_mode=rapidjson.NM_NATIVE | rapidjson.NM_NAN
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user