Per [b/346812151](https://b.corp.google.com/issues/346812151),
This updates the json parser in common to be lenient in its decoding.
Otherwise, it can not properly decode json literals such as:
```json
{
"result": true
}
```
A test has been added to track this change as well.