Is there a utility to compare two JSON strings?
I'm writing a function that generates a json string, this function is
aimed to replace old one. So I need to make sure that JSON that my
function outputs is identical to JSON of the old function. Is there an
utility to check identity of two JSON trees?
No comments:
Post a Comment