Re: Presenting recursive dict (json_diff)

2011-10-27 Thread mcepl
On 27 říj, 10:50, mcepl wrote: > Hi, > > I have here a simple script (https://gitorious.org/json_diff/mainline) > which makes a diff between two JSON files. So for JSON objects and I have completely burried to lead on this. The point is that the resulting object can be endlessly

Presenting recursive dict (json_diff)

2011-10-27 Thread mcepl
Hi, I have here a simple script (https://gitorious.org/json_diff/mainline) which makes a diff between two JSON files. So for JSON objects { "a": 1, "b": 2, "son": { "name": "Janošek" } } and { "a": 2, "c": 3, "daughter": { "name": "Maruška" } } i