online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
import json # some JSON: x = '{"first": {"Id": "1","Zone": "South"}, "second": {"Id": "2","Zone": "North"}}' # parse x: y = json.loads(x) for i in y: print(i + " Id -> " + y[i]['Id']) print(i + " Zone -> " + y[i]['Zone'])

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue