From: <tr...@do...> - 2014-07-02 20:52:10
|
<p>The following issue has been added to a project that you are monitoring.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>SparqlJsonParser fails to parse results of ASK queries with atypical ordering</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>dwatts</td> </tr> <tr> <td><b>Milestone:</b></td> <td>Unassigned</td> </tr> <tr> <td><b>Category:</b></td> <td>Parsing</td> </tr> <tr> <td><b>Priority:</b></td> <td>Unassigned</td> </tr> <tr> <td><b>Type:</b></td> <td>Bug</td> </tr> <tr> <td><b>Description:</b></td> </tr> <tr> <td colspan="2"><p> When "boolean" exists before "head" in the JSON response for an ASK query, an error is thrown when attempting to parse. This is happening with the latest snapshot of the code as of 7/2/2014.</p> <p> For example:</p> <p> var data = @"{""boolean"": false, ""head"": {""link"": []}}";<br /> var results = new SparqlResultSet();<br /> using (var reader = new StringReader(data))<br /> {<br /> var parser = new SparqlJsonParser();<br /> parser.Load(results, reader);<br /> }</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=423" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=423</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |