python-betterproto/tests/inputs/oneof_empty/oneof_empty_maybe2.json
nat 342e6559dc
Properly serialize zero-value messages in a oneof group (#176)
Also improve test utils to make it easier to have multiple json examples.

Co-authored-by: Christopher Chambers <chris@peanutcode.com>
2021-03-15 13:52:35 +01:00

6 lines
45 B
JSON

{
"maybe2": {
"sometimes": "now"
}
}