I am trying to scrape data from www.crunchbase.com using their API. I have a very simple python script to get response from their API. When I write the json_data to a file the order in which the keys appear do not match with the order of the response I receive using the crunchbase API online. I have attached two files as an example. The company is "locaii" and one file shows the json data and the other simple text data. I know that order does not make a difference but yet how do i get the json data to match the same order??I am trying to scrape data from www.crunchbase.