Created
March 30, 2019 00:16
-
-
Save Araq/d3525a488484d0ef760a1bf5347cfc08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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