Problem faced
Currently there is no metadata in the json serialization of PGM-DS. Might be good to add this.
(Separated from #288)
Improvement proposal
We could introduce some basic metadata, similar to the one PGM has.
So for example
{
"version": "1.0",
"type": "ds",
"data": [...]
}
Community Meeting
Problem faced
Currently there is no metadata in the json serialization of PGM-DS. Might be good to add this.
(Separated from #288)
Improvement proposal
We could introduce some basic metadata, similar to the one PGM has.
So for example
{ "version": "1.0", "type": "ds", "data": [...] }Community Meeting