~davidagraf/zorba/trace_without_debug_info

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/jsoniq/values_01.xq

  • Committer: David Graf
  • Date: 2012-06-27 07:20:59 UTC
  • mfrom: (10869.1.25 zorba)
  • Revision ID: davidagraf@gmail.com-20120627072059-723duu6vsbqu60ax
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import module namespace j = "http://www.jsoniq.org/functions";
 
2
 
 
3
j:values(j:parse-json('{ "foo" : "bar" }')),
 
4
 
 
5
j:members(j:parse-json('[ "foo" ]'))