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

Method to_json

projects/Python/proto/enums.py:1519–1520  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1517
1518 # Get struct JSON value
1519 def to_json(self):
1520 return json.dumps(self.__to_json__(), cls=fbe.JSONEncoder, separators=(',', ':'))
1521
1522 def __to_json__(self):
1523 result = dict()

Calls 1

__to_json__Method · 0.95