lsms-worldbank / susometa

Extracts data from Survey Solutions' questionnaire and other metadata.
Other
0 stars 0 forks source link

Parse `Macros` from end of JSON document #4

Open arthur-shaw opened 11 months ago

arthur-shaw commented 11 months ago

See shortened example below:

  "Macros": {
    "51281434-19b7-94e3-ff05-95a6a53853cc": {
      "Name": "gender",
      "Description": "",
      "Content": "v102"
    },
    "51f7ad27-1eaa-2a4f-adf9-f17eb14a3b8b": {
      "Name": "lowestAge",
      "Description": "Used to filter to only members 10 years old and older for some questions linked to the household roster",
      "Content": "age >= 10"
    }
  },

This appears as a top-level object at the end of the JSON document.

Others include: