~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/Newtonsoft.Json/Doc/LINQtoJSON.aml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<topic id="LINQtoJSON" revisionNumber="1">
 
3
  <developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
 
4
    <introduction>
 
5
      <para>LINQ to JSON is an API for working with JSON objects.
 
6
      It has been designed with LINQ in mind to enable to quick querying
 
7
      and creation of JSON objects. LINQ to JSON sits under the
 
8
      <codeEntityReference>N:Newtonsoft.Json.Linq</codeEntityReference>
 
9
      namespace.</para>
 
10
<code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonBasic" title="Using LINQ for JSON" />
 
11
    </introduction>
 
12
<section>
 
13
 <title>Topics</title>
 
14
<content>
 
15
      <para>Select a topic below for more information:</para>
 
16
<list class="bullet">
 
17
   <listItem>
 
18
     <para>
 
19
       <externalLink>
 
20
         <linkText>Parsing JSON</linkText>
 
21
         <linkUri>ParsingLINQtoJSON.htm</linkUri>
 
22
         <linkTarget>_self</linkTarget>
 
23
       </externalLink>
 
24
     </para>
 
25
   </listItem>
 
26
   <listItem>
 
27
     <para>
 
28
       <externalLink>
 
29
         <linkText>Creating JSON</linkText>
 
30
         <linkUri>CreatingLINQtoJSON.htm</linkUri>
 
31
         <linkTarget>_self</linkTarget>
 
32
       </externalLink>
 
33
     </para>
 
34
   </listItem>
 
35
   <listItem>
 
36
     <para>
 
37
       <externalLink>
 
38
         <linkText>Querying JSON with LINQ</linkText>
 
39
         <linkUri>QueryingLINQtoJSON.htm</linkUri>
 
40
         <linkTarget>_self</linkTarget>
 
41
       </externalLink>
 
42
     </para>
 
43
   </listItem>
 
44
   <listItem>
 
45
     <para>
 
46
       <externalLink>
 
47
         <linkText>Querying JSON with SelectToken</linkText>
 
48
         <linkUri>SelectToken.htm</linkUri>
 
49
         <linkTarget>_self</linkTarget>
 
50
       </externalLink>
 
51
     </para>
 
52
   </listItem>
 
53
</list>
 
54
</content>
 
55
</section>
 
56
    <relatedTopics>
 
57
      <codeEntityReference>T:Newtonsoft.Json.Linq.JObject</codeEntityReference>
 
58
      <codeEntityReference>T:Newtonsoft.Json.Linq.JArray</codeEntityReference>
 
59
      <codeEntityReference>T:Newtonsoft.Json.Linq.JValue</codeEntityReference>
 
60
    </relatedTopics>
 
61
  </developerConceptualDocument>
 
62
</topic>
 
 
b'\\ No newline at end of file'