Hacker News new | ask | show | jobs
by mekoka 1090 days ago
I've had rare cases of needing nested data structures in the environment. My solution was to specify them as JSON strings and load the value in code. It works.

    USER='{
        "name": "joe",
        "email":"joe@example.com"
    }'