Created
April 6, 2019 18:08
-
-
Save alitskevich/06eb117c0f0f0af7a70423ef89ccadb6 to your computer and use it in GitHub Desktop.
kkkk
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
readObject =>(){ | |
obj={} | |
while (!testNext('}')){ | |
readKeyAndValue(obj) | |
nextIf(',') | |
} | |
reutrn obj | |
} | |
result = readObject() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment