~zorba-coders/zorba/bug-1189785-csv

« back to all changes in this revision

Viewing changes to src/com/zorba-xquery/www/modules/converters/json.xq

  • Committer: William Candillon
  • Date: 2012-01-09 21:58:00 UTC
  • Revision ID: wcandillon@gmail.com-20120109215800-yk7xjafe6l1p28e1
Fix broken link.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  : <h2>Simple XDM-JSON Mapping</h2>
40
40
  : <ul><li>In order to process JSON with XQuery, Zorba implements a mapping between
41
41
  : JSON and XML that was initially proposed by John Snelson in his article
42
 
  : <a href="http://snelson.org.uk/archives/2008/02/parsing_json_in.php#more"
 
42
  : <a href="http://john.snelson.org.uk/parsing-json-into-xquery"
43
43
  : target="_blank">Parsing JSON into XQuery</a></li></ul>
44
44
  :
45
45
  : <h2>JsonML Mapping</h2>