{ "year": "2007", "data": { "Events": { "January": [ { "January 1": "Bulgaria and Romania join the European Union. Bulgarian, Romanian, and Irish become official languages of the European Union, joining 20 other official languages." } ], "February": [ { "February 2": "Hu Jintao, General Secretary of the Communist Party of China signs a series of economic deals with Sudan" } ], "March": [ { "March 1": "The International Polar Year, a $1.73 billion research program to study both the North Pole and South Pole, is launched in Paris." } ] } } }
Outputs the below json to a file currently:
{ "year": "2007", "data": { "Events": { "January": [ { "January 1": "Bulgaria and Romania join the European Union. Bulgarian, Romanian, and Irish become official languages of the European Union, joining 20 other official languages." } ], "February": [ { "February 2": "Hu Jintao, General Secretary of the Communist Party of China signs a series of economic deals with Sudan" } ], "March": [ { "March 1": "The International Polar Year, a $1.73 billion research program to study both the North Pole and South Pole, is launched in Paris." } ] } } }