dep-protobuf/java/util
petedmarsh 16b949d98a Json format lienent tests (#27622)
Because JsonFormat uses GSON to parse JSON it has a variety of
leniencies, e.g. allowing keys and values to skip quotes:

```
{hello: world}
```

These behaviours are not part of the ProtoJSON format but they are
behaviours that JsonFormat's parser has. It's possible someone in the
wild depends upon these unknowingly. This adds explicit tests for these
behaviours to make sure that they are not accidentally lost in future.

Closes #27622

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/27622 from petedmarsh:json-format-lienent-tests edebd543cd
PiperOrigin-RevId: 933849754
2026-06-17 12:03:07 -07:00
..
src Json format lienent tests (#27622) 2026-06-17 12:03:07 -07:00
BUILD.bazel Clean up dead dist_files targets. 2026-01-02 12:19:11 -08:00
pom_template.xml Merge 22.x back to main (#12200) 2023-03-10 13:25:18 -08:00