MCPcopy
hub / github.com/google/earthengine-api / toReadableJSON

Function toReadableJSON

python/ee/serializer.py:323–325  ·  view source on GitHub ↗

Convert an object to readable JSON.

(obj: Any, for_cloud_api: bool = True)

Source from the content-addressed store, hash-verified

321
322# pylint: disable-next=g-bad-name
323def toReadableJSON(obj: Any, for_cloud_api: bool = True) -> Any:
324 """Convert an object to readable JSON."""
325 return toJSON(obj, True, for_cloud_api=for_cloud_api)
326
327
328class _ExpressionOptimizer:

Callers

nothing calls this directly

Calls 1

toJSONFunction · 0.85

Tested by

no test coverage detected