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:
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>