You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/com.upokecenter.cbor.CBORObject.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2541,8 +2541,9 @@ Converts an arbitrary object to a string in JavaScript object Notation
2541
2541
to a data stream in UTF-8. If the object is convertible to a CBOR
2542
2542
map, or to a CBOR object that contains CBOR maps, the keys to those
2543
2543
maps are written out to the JSON string in an undefined order. The
2544
-
example code given in <seecref='PeterO.Cbor.CBORObject.ToJSONString( PeterO.Cbor.JSONOptions)'/> can be used to write out certain keys of
2545
-
a CBOR map in a given order to a JSON string.
2544
+
example code given in <seecref='PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)'/>
2545
+
can be used to write out certain keys of a CBOR map in a given order
2546
+
to a JSON string.
2546
2547
2547
2548
**Parameters:**
2548
2549
@@ -3668,8 +3669,9 @@ Converts this object to a string in JavaScript object Notation (JSON)
3668
3669
example, <code>22("Test")</code> is converted to <code>"Test"</code> and
3669
3670
<code>true</code> is converted to <code>"true"</code>). If, after such
3670
3671
conversion, two or more map keys are identical, this method throws a
3671
-
CBORException. The example code given in <seecref='PeterO.Cbor.CBORObject.ToJSONString( PeterO.Cbor.JSONOptions)'/> can be used to write out certain keys of
3672
-
a CBOR map in a given order to a JSON string.</p>
3672
+
CBORException. The example code given in <seecref='PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)'/>
3673
+
can be used to write out certain keys of a CBOR map in a given order
3674
+
to a JSON string.</p>
3673
3675
3674
3676
**Returns:**
3675
3677
@@ -3751,7 +3753,8 @@ Returns this CBOR object in string form. The format is intended to be
3751
3753
human-readable, not machine-readable, the format is not intended to
3752
3754
be parsed, and the format may change at any time. The returned
3753
3755
string is not necessarily in JavaScript object Notation (JSON); to
3754
-
convert CBOR objects to JSON strings, use the <seecref='PeterO.Cbor.CBORObject.ToJSONString( PeterO.Cbor.JSONOptions)'/> method instead.
3756
+
convert CBOR objects to JSON strings, use the <seecref='PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)'/>
3757
+
method instead.
3755
3758
3756
3759
**Overrides:**
3757
3760
@@ -3789,8 +3792,9 @@ Converts this object to a string in JavaScript object Notation (JSON)
3789
3792
format, as in the ToJSONString method, and writes that string to a
3790
3793
data stream in UTF-8. If the CBOR object contains CBOR maps, or is a
3791
3794
CBOR map, the keys to the map are written out to the JSON string in
3792
-
an undefined order. The example code given in <seecref='PeterO.Cbor.CBORObject.ToJSONString( PeterO.Cbor.JSONOptions)'/> can be used to write out certain keys of
3793
-
a CBOR map in a given order to a JSON string.
3795
+
an undefined order. The example code given in <seecref='PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)'/>
3796
+
can be used to write out certain keys of a CBOR map in a given order
3797
+
to a JSON string.
3794
3798
3795
3799
**Parameters:**
3796
3800
@@ -3809,8 +3813,9 @@ Converts this object to a string in JavaScript object Notation (JSON)
3809
3813
data stream in UTF-8, using the given JSON options to control the
3810
3814
encoding process. If the CBOR object contains CBOR maps, or is a
3811
3815
CBOR map, the keys to the map are written out to the JSON string in
3812
-
an undefined order. The example code given in <seecref='PeterO.Cbor.CBORObject.ToJSONString( PeterO.Cbor.JSONOptions)'/> can be used to write out certain keys of
3813
-
a CBOR map in a given order to a JSON string.
3816
+
an undefined order. The example code given in <seecref='PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)'/>
3817
+
can be used to write out certain keys of a CBOR map in a given order
0 commit comments