- From: Lee Feigenbaum <feigenbl@us.ibm.com>
- Date: Tue, 6 Jun 2006 10:14:03 -0400
- To: dawg mailing list <public-rdf-dawg@w3.org>
Kendall Clark wrote on 06/05/2006 07:13:52 PM: > [NEW] ACTION: LeeF to fix mimetype in json-reults [recorded in > http://www.w3.org/2006/05/30-dawg-minutes.html#action01] diffs are below. I changed the reference to text/json to application/json and added an appropriate cite to the IETF draft request for JSON. Lee Index: index.html =================================================================== RCS file: /w3ccvs/WWW/2001/sw/DataAccess/json-sparql/index.html,v retrieving revision 1.7 diff -r1.7 index.html 589c589 < <dd>The syntax of the SPARQL Query Results JSON Format is identical to those of the "text/json" as specified in <em>@@ section, href?</em></dd> --- > <dd>The syntax of the SPARQL Query Results JSON Format is identical to those of the "application/json" as specified in [JSON-IETF-DRAFT]</dd> 668c668,674 < </dd> --- > </dd> > <dt> > <a name="JSON-IETF-DRAFT" id="JSON-IETF-DRAFT">[JSON-IETF-DRAFT]</a> > </dt> > <dd> > <cite>JavaScript Object Notation (JSON), Internet Draft, D. Crockford, <a href="http://www.ietf.org/internet-drafts/draft-crockford-jsonorg-json-04.txt">http://www.ietf.org/internet-drafts/draft-crockford-jsonorg-json-04.txt</a></cite> > </dd>
Received on Tuesday, 6 June 2006 14:14:23 UTC