allow nested JSON to be read with readJSON

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Perhaps it is already possible and I am experiencing a bug? When I read a nested JSON file with readJSON, only keep the first entry of nested elements are kept.

      {"flip": "flop", "flee": {"flit": "flup", "fleck": 5}}

      becomes:

      {"flip": "flop", "flee": {"flit": "flup"}}
      

            Assignee:
            rsandell
            Reporter:
            C R
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: