Skip to content

Instantly share code, notes, and snippets.

@johnbender
Created February 16, 2009 04:31
Show Gist options
  • Save johnbender/65006 to your computer and use it in GitHub Desktop.
Save johnbender/65006 to your computer and use it in GitHub Desktop.
<form method="POST" action="http://localhost:2000/grove/shop/">
<input type="hidden" name="query" id="query"
value ='{ "query" :
[ {"columns" : [ "item" ]},
{"operations" : [{"eq" : {"item": { "atom" : "apple"}}}]},
{"order" : "ascending" }
]
}'
/>
<input type="Submit" value="Query Shop" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment