JuliaClimate / CDSAPI.jl

Julia API to the Climate Data Store (a.k.a. CDS)
https://cds.climate.copernicus.eu
MIT License
23 stars 6 forks source link

Add another implementation for py2ju #19

Closed LakshyaKhatri closed 4 years ago

LakshyaKhatri commented 4 years ago

Fixes #17 The current implementation will handle the python dict strings correctly until there's a use of apostrophe somewhere in the input, ex:

{
    "hey": "that's a car"
}
# -- or --
{
    'hey': 'that\'s a car'
}