Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-44978

allow nested JSON to be read with readJSON

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"}}
      

            rsandell rsandell
            cnjr2 C R
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: