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

Method from_json

projects/Python/proto/enums.py:1596–1597  ·  view source on GitHub ↗
(document)

Source from the content-addressed store, hash-verified

1594 # Create struct from JSON value
1595 @staticmethod
1596 def from_json(document):
1597 return Enums.__from_json__(json.loads(document))
1598
1599 @staticmethod
1600 def __from_json__(fields):

Calls 1

__from_json__Method · 0.45