use of json arays in yaml
pvgenuchten opened this issue · 2 comments
pvgenuchten commented
for keywords and bounding box the json syntax is used inside yaml
Line 53 in 253a78f
This presents challenges for example in case I use yaml.dump to serialise a python object to disk as yaml
I wonder why the array are not encoded as yaml, eg
- bbox:
- -8.0333333
- 49.233343899999994
- 2.8333224999999995
- 59.8333333
tomkralidis commented
@pvgenuchten what are the resulting issues/challenges? Either approach is valid YAML, AFAICT.
pvgenuchten commented
ok clear, no further issues identified, just for clarification
so closing...