<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Jukka,<o:p> <br>
    </o:p>
    <blockquote type="cite"
cite="mid:DB9PR09MB68876C75684C2B950735DC60FD562@DB9PR09MB6887.eurprd09.prod.outlook.com">
      <div class="WordSection1">
        <p class="MsoNormal"><span lang="EN-US">I am looking at a
            question in gis.stackexchange
            <a
href="https://gis.stackexchange.com/questions/476489/geojson-item-considered-a-json-instead-of-a-string"
              moz-do-not-send="true" class="moz-txt-link-freetext">
https://gis.stackexchange.com/questions/476489/geojson-item-considered-a-json-instead-of-a-string</a>.
            I thought that open option ARRAY_AS_STRING would have some
            effect on opening the test data, but it does not. Ogrinfo
            returns String(JSON) with both YES and NO<br>
            key (String(JSON)) = { "start": "2000-01-01", "end":
            "2023-11-30" }<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Have I understood
            something wrong?</span></p>
      </div>
    </blockquote>
    <p>{ "start": "2000-01-01", "end": "2023-11-30" } is not a JSON
      array, but a JSON object/dict, hence the ARRAY_AS_STRING has no
      effect on that property.</p>
    <p>It would only affect something like [ "2000-01-01", "2023-11-30"
      ]<br>
    </p>
    <p>Even</p>
    <p>-- </p>
    <pre class="moz-signature" cols="72"><a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
  </body>
</html>