GeoJSON 要素属性可以包含嵌套对象吗?
Can GeoJSON Feature Properties contain nested objects?
根据 RFC7946 第 3.2 节,
A Feature object has a member with the name "properties". The
value of the properties member is an object (any JSON object or a
JSON null value).
多年来,我一直认为特征属性应该深一层。根据 RFC,这是否意味着在功能属性中存储深度嵌套的 JSON 对象是有效的?
它们确实可以是任意的 JSON,如 RFC 中所示:
根据 RFC7946 第 3.2 节,
A Feature object has a member with the name "properties". The value of the properties member is an object (any JSON object or a JSON null value).
多年来,我一直认为特征属性应该深一层。根据 RFC,这是否意味着在功能属性中存储深度嵌套的 JSON 对象是有效的?
它们确实可以是任意的 JSON,如 RFC 中所示: