JSON parsing will break if node order is changed
The current code relies on node order, rather than doing string matching on the node names. It will break if the nodes are presented in a different order than expected.
The current code relies on node order, rather than doing string matching on the node names. It will break if the nodes are presented in a different order than expected.