JSON to Python Literal

Convert JSON into a Python literal using True, False and None.

Convert in your browser · No sign-up

Outputs literals, not classes or executable statements. Object keys become strings; JSON numbers follow JavaScript precision.

Up to 100,000 UTF-16 units per input and 1,000,000 per result. See the supported formats and examples below.

How to use

  1. Convert JSON into a Python literal using True, False and None.
  2. Choose the mode or options, then run the tool.
  3. Review the result, then copy or download the TXT file.

Example

{"active":true,"x":null} → {"active": True, "x": None}

Details and limitations

Outputs literals, not classes or executable statements. Object keys become strings; JSON numbers follow JavaScript precision.

Text stays in your browser; it is not sent to a conversion server.

FAQ

JSON to Python Literal — What are the supported inputs and limits?

Outputs literals, not classes or executable statements. Object keys become strings; JSON numbers follow JavaScript precision.

Format references

Tool page updated: