grpc/test/core/json
Mark D. Roth 33d0afd316
[JSON object loader] fix null handling (#33225)
- Accept JSON null for any optional field.
- Do *not* accept JSON null for wrapper types (`absl::optional<>`,
`std::unique_ptr<>`, and `RefCountedPtr<>`) that are *not* marked as
optional fields.
2023-05-24 07:11:10 -07:00
..
corpus [JsonWriter] Do not break in EscapeString when encountering a null byte (#33127) 2023-05-15 15:38:03 -07:00
BUILD Move some targets from //: to //src/core: (#31402) 2022-10-20 20:12:53 -07:00
fuzzer.cc [JSON] make API public but experimental (#32987) 2023-05-09 08:05:24 -07:00
json_object_loader_test.cc [JSON object loader] fix null handling (#33225) 2023-05-24 07:11:10 -07:00
json_test.cc [JSON] fix bug that incorrectly allowed trailing commas after an empty container (#33158) 2023-05-17 11:42:14 -07:00