Commit 7fed882e authored by Federico G. Schwindt's avatar Federico G. Schwindt

Correct format

parent b4ce7a1a
......@@ -184,12 +184,12 @@ With -j the output format is::
"FIELD NAME": {
"description": "FIELD DESCRIPTION",
"type": "FIELD TYPE", "ident": "FIELD IDENT", "flag": "FIELD SEMANTICS", "format": "FIELD DISPLAY FORMAT",
"value": FIELD VALUE,
"value": FIELD VALUE
},
"FIELD2 NAME": {
"description": "FIELD2 DESCRIPTION",
"type": "FIELD2 TYPE", "ident": "FIELD2 IDENT", "flag": "FIELD2 SEMANTICS", "format": "FIELD2 DISPLAY FORMAT",
"value": FIELD2 VALUE,
"value": FIELD2 VALUE
},
[..]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment