Best way to convert json to a python dict without the json library

1.2k Views Asked by At

The json library does not work on my computer, so does anyone know the best way to convert json to a python dictionary? It needs to be python 2.5 compatible and not use any special libraries (libraries that don't come with 2.5).

1

There are 1 best solutions below