MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / from_json

Method from_json

projects/Python/proto/protoex.py:1310–1311  ·  view source on GitHub ↗
(document)

Source from the content-addressed store, hash-verified

1308 # Create struct from JSON value
1309 @staticmethod
1310 def from_json(document):
1311 return Balance.__from_json__(json.loads(document))
1312
1313 @staticmethod
1314 def __from_json__(fields):

Callers

nothing calls this directly

Calls 1

__from_json__Method · 0.45

Tested by

no test coverage detected