Sign in
apache
/
avro
/
refs/heads/update-lts-nodejs
/
.
/
lang
/
c++
/
examples
/
cpx.json
blob: 1b7e11234c44a9f74e60624cb96c928249219aa6 [
file
]
{
"type"
:
"record"
,
"name"
:
"cpx"
,
"fields"
:
[
{
"name"
:
"re"
,
"type"
:
"double"
},
{
"name"
:
"im"
,
"type"
:
"double"
}
]
}