Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alitskevich/06eb117c0f0f0af7a70423ef89ccadb6 to your computer and use it in GitHub Desktop.
Save alitskevich/06eb117c0f0f0af7a70423ef89ccadb6 to your computer and use it in GitHub Desktop.
kkkk
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