Skip to content

Instantly share code, notes, and snippets.

@Araq
Created March 30, 2019 00:16
Show Gist options
  • Save Araq/d3525a488484d0ef760a1bf5347cfc08 to your computer and use it in GitHub Desktop.
Save Araq/d3525a488484d0ef760a1bf5347cfc08 to your computer and use it in GitHub Desktop.
import json
var j = newJObject()
var i = newJString("23")
j["foo"] = i
j["bar"] = i
echo j["foo"]
j["bar"].str = "34"
echo j["foo"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment