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

Method decodeJSON

python/ee/ee_string.py:112–114  ·  view source on GitHub ↗

Decodes self as a JSON string.

(self)

Source from the content-addressed store, hash-verified

110 )
111
112 def decodeJSON(self) -> computedobject.ComputedObject:
113 """Decodes self as a JSON string."""
114 return apifunction.ApiFunction.call_(f'{self.name()}.decodeJSON', self)
115
116 @staticmethod
117 # pylint: disable=redefined-builtin

Callers 1

test_decode_jsonMethod · 0.80

Calls 2

nameMethod · 0.95
call_Method · 0.80

Tested by 1

test_decode_jsonMethod · 0.64