Skip to content

Instantly share code, notes, and snippets.

@RoxasShadow
Created December 17, 2013 21:45
Show Gist options
  • Select an option

  • Save RoxasShadow/8013118 to your computer and use it in GitHub Desktop.

Select an option

Save RoxasShadow/8013118 to your computer and use it in GitHub Desktop.
json: {
name: Arnoldo,
surname: di Guascogna,
age: 58
}
ws: charset reduce [space tab cr lf]
letter: charset [#"a" - #"z" - #"A" - #"Z"]
parse json tags: [
collect [any [
ws
| some letter copy red to ":" skip keep (load red)
| keep to ","
]]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment