Literal conversion
JSON object members become quoted Python dictionary keys, nested objects become dictionaries, and arrays become lists. Strings and numbers are represented as Python literals, while true, false, and null map to True, False, and None. This changes the notation, not the logical nesting of the pasted data. The returned literal is Python source and must be converted back before use by a service requiring JSON.