处理非标准JSON的格式化问题。由于python内置的json会对nan, inf, -inf进行处理,这会造成非标准的JSON。
(
source,
replace=None,
keys=(float('nan'), float('inf'), float('-inf')),
indent=None
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected