Open
Description
The diff log has 2 objects represented as strings: oldstate and newstate. We need a parsing algorithm to convert these strings to PJO (plain javascript object). The complexity of the problem comes from the fact that oldstate and newstate have unpredictable key/value pairs b/c every React app loaded into the devtool will be different.