1
0
Fork 0
python-aristaproto/tests/inputs/proto3_field_presence/proto3_field_presence.json

14 lines
211 B
JSON
Raw Normal View History

{
"test1": 128,
"test2": true,
"test3": "A value",
"test4": "aGVsbG8=",
"test5": {
"test": "Hello"
},
"test6": "B",
"test7": "8589934592",
"test8": 2.5,
"test9": "2022-01-24T12:12:42Z"
}