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

Method from_json

projects/Python/proto/proto.py:2471–2472  ·  view source on GitHub ↗
(document)

Source from the content-addressed store, hash-verified

2469 # Create struct from JSON value
2470 @staticmethod
2471 def from_json(document):
2472 return OrderMessage.__from_json__(json.loads(document))
2473
2474 @staticmethod
2475 def __from_json__(fields):

Callers

nothing calls this directly

Calls 1

__from_json__Method · 0.45

Tested by

no test coverage detected