Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorJamesNK <james@newtonking.com>2011-10-01 15:32:48 +0400
committerJamesNK <james@newtonking.com>2011-10-01 15:32:48 +0400
commit4f947d9207ac1d67384c9b25a1332b62fdfc9bae (patch)
tree212f998a359b189854c38618a9712d3a0bf758ed /Doc
parentb5f5db5624e67fc803523bd1696a6d3a9530d508 (diff)
-Documentation
-Fixed potential casting error when writing JSON using a JsonReader
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ConvertingJSONandXML.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ConvertingJSONandXML.html b/Doc/ConvertingJSONandXML.html
index 711d977..cc91291 100644
--- a/Doc/ConvertingJSONandXML.html
+++ b/Doc/ConvertingJSONandXML.html
@@ -25,7 +25,7 @@
<h3>Conversion Rules</h3>
<ul>
<li>Elements remain unchanged. </li>
- <li>Attributes are prefixed with an @. </li>
+ <li>Attributes are prefixed with an @ and should be at the start of the object. </li>
<li>Single child text nodes are a value directly against an element, otherwise they
are accessed via #text. </li>
<li>The XML declaration and processing instructions are prefixed with ?. </li>