16 lines
790 B
XML
16 lines
790 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<topic id="ModifyJson" revisionNumber="1">
|
|
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<introduction>
|
|
<para>This sample loads JSON, modifies <codeEntityReference>T:Newtonsoft.Json.Linq.JObject</codeEntityReference>
|
|
and <codeEntityReference>T:Newtonsoft.Json.Linq.JArray</codeEntityReference>
|
|
instances and then writes the JSON back out again.</para>
|
|
</introduction>
|
|
<section>
|
|
<title>Sample</title>
|
|
<content>
|
|
<code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\Samples\Linq\ModifyJson.cs" region="Usage" title="Usage" />
|
|
</content>
|
|
</section>
|
|
</developerConceptualDocument>
|
|
</topic> |