You are viewing an older version (9.5.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.5.0 / IPython / core / display / JSON

class

IPython.core.display:JSON

source: /IPython/core/display.py :582

Signature

class   JSON ( data = None url = None filename = None expanded = False metadata = None root = root ** kwargs )

Members

Summary

JSON expects a JSON-able dict or list

Extended Summary

not an already-serialized JSON string.

Scalar types (None, number, string) are not allowed, only dict or list containers.

Aliases

  • IPython.display.JSON