MCPcopy Create free account
hub / github.com/simplejson/simplejson / RawJSON

Class RawJSON

simplejson/raw_json.py:4–9  ·  view source on GitHub ↗

Wrap an encoded JSON document for direct embedding in the output

Source from the content-addressed store, hash-verified

2"""
3
4class RawJSON(object):
5 """Wrap an encoded JSON document for direct embedding in the output
6
7 """
8 def __init__(self, encoded_json):
9 self.encoded_json = encoded_json

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…