OpenX interview question

Given two JSON structures, write a function that would compare them and return true if both are the same.

Interview Answer

Anonymous

5 Oct 2012

A straight forward answer is not the correct answer. After answering correctly on one, you would be told to handle another case and another. It had to be flexible.