Last active
May 12, 2016 20:40
-
-
Save navicore/5ba1ad725d7bc683fef0a5cb89435dc0 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
| val str = """ | |
| { | |
| "name":"ed" | |
| } | |
| { | |
| "name":"red" | |
| } | |
| { | |
| "name": "connor" | |
| }""" | |
| val json = "[" + ("}\n".r replaceAllIn (str, "},\n")) + "]" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment