jackson-dataformat-avro Questions
1
I have the following json data object:
{
"name": "John",
"favorite_number": 5,
"favorite_color" : "green"
}
The JSON schema for this object looks like this:
{
"$schema": "http://json-schema...
Meade asked 12/10, 2016 at 0:25
1
© 2022 - 2024 — McMap. All rights reserved.