Comment 2 for bug 1481512

Revision history for this message
Ian Cordasco (icordasc) wrote :

I agree with Stuart. In Python if you do

    import json

    json.dumps({'Some Key': None})

You get a string like

    '{"Some Key": null}'

Because None in Python is equivalent to null in JavaScript. That said, this bug then belongs on a different project, not on Glance.