@@ -1576,7 +1576,7 @@ Converts this object to a byte array in JavaScript object Notation (JSON)
15761576 object is converted to JSON with <code >ToJSONString</code >, then the JSON is
15771577 converted back to CBOR with this method, the new CBOR object will not
15781578 necessarily be the same as the old CBOR object, especially if the old CBOR
1579- object uses data types not supported in JSON, such as integers in map
1579+ object uses data types not available in JSON, such as integers in map
15801580 keys.</p >
15811581
15821582** Parameters:**
@@ -1614,7 +1614,7 @@ Converts this object to a byte array in JavaScript object Notation (JSON)
16141614 </p > <p >Note that if a CBOR object is converted to JSON with <code >
16151615 ToJSONString</code >, then the JSON is converted back to CBOR with this method, the
16161616 new CBOR object will not necessarily be the same as the old CBOR object,
1617- especially if the old CBOR object uses data types not supported in JSON,
1617+ especially if the old CBOR object uses data types not available in JSON,
16181618 such as integers in map keys.</p >
16191619
16201620** Parameters:**
@@ -1646,7 +1646,7 @@ Converts this object to a byte array in JavaScript object Notation (JSON)
16461646 object is converted to JSON with <code >ToJSONString</code >, then the JSON is
16471647 converted back to CBOR with this method, the new CBOR object will not
16481648 necessarily be the same as the old CBOR object, especially if the old CBOR
1649- object uses data types not supported in JSON, such as integers in map
1649+ object uses data types not available in JSON, such as integers in map
16501650 keys.</p >
16511651
16521652** Parameters:**
@@ -1674,7 +1674,7 @@ Converts this object to a byte array in JavaScript object Notation (JSON)
16741674 </p > <p >Note that if a CBOR object is converted to JSON with <code >
16751675 ToJSONString</code >, then the JSON is converted back to CBOR with this method, the
16761676 new CBOR object will not necessarily be the same as the old CBOR object,
1677- especially if the old CBOR object uses data types not supported in JSON,
1677+ especially if the old CBOR object uses data types not available in JSON,
16781678 such as integers in map keys.</p >
16791679
16801680** Parameters:**
@@ -2876,7 +2876,7 @@ Generates a CBORObject from an arbitrary object. See the overload of this
28762876 com.upokecenter.cbor.CBORObject.FromObject(System.Byte[ ] )</code >.</li ><li >In
28772877 the.NET version, a nullable is converted to <code >CBORObject.Null</code > if the
28782878 nullable's value is <code >null</code > , or converted according to the nullable's
2879- underlying type, if that type is supported by this method.</li ><li >In the
2879+ underlying type, if that type is allowed for this method.</li ><li >In the
28802880 Java version, a number of type <code >BigInteger</code > or <code >BigDecimal</code > is
28812881 converted to the corresponding CBOR number.</li ><li >A number of type <code >
28822882 EDecimal</code > , <code >EFloat</code > , <code >EInteger</code > , and <code >ERational</code > in the
@@ -3492,7 +3492,7 @@ Generates a CBOR object from a data stream in JavaScript object Notation
34923492 is thrown.</p > <p >Note that if a CBOR object is converted to JSON with
34933493 <code >ToJSONBytes</code >, then the JSON is converted back to CBOR with this
34943494 method, the new CBOR object will not necessarily be the same as the old CBOR
3495- object, especially if the old CBOR object uses data types not supported in
3495+ object, especially if the old CBOR object uses data types not available in
34963496 JSON, such as integers in map keys.</p >
34973497
34983498** Parameters:**
@@ -3527,7 +3527,7 @@ Generates a CBOR object from a data stream in JavaScript object Notation
35273527 </p > <p >Note that if a CBOR object is converted to JSON with <code >
35283528 ToJSONBytes</code >, then the JSON is converted back to CBOR with this method, the
35293529 new CBOR object will not necessarily be the same as the old CBOR object,
3530- especially if the old CBOR object uses data types not supported in JSON,
3530+ especially if the old CBOR object uses data types not available in JSON,
35313531 such as integers in map keys.</p >
35323532
35333533** Parameters:**
@@ -3566,7 +3566,7 @@ Generates a CBOR object from a data stream in JavaScript object Notation
35663566 is thrown.</p > <p >Note that if a CBOR object is converted to JSON with
35673567 <code >ToJSONBytes</code >, then the JSON is converted back to CBOR with this
35683568 method, the new CBOR object will not necessarily be the same as the old CBOR
3569- object, especially if the old CBOR object uses data types not supported in
3569+ object, especially if the old CBOR object uses data types not available in
35703570 JSON, such as integers in map keys.</p >
35713571
35723572** Parameters:**
@@ -3611,7 +3611,7 @@ Generates a CBOR object from a data stream in JavaScript object Notation
36113611 </p > <p >Note that if a CBOR object is converted to JSON with <code >
36123612 ToJSONBytes</code >, then the JSON is converted back to CBOR with this method, the
36133613 new CBOR object will not necessarily be the same as the old CBOR object,
3614- especially if the old CBOR object uses data types not supported in JSON,
3614+ especially if the old CBOR object uses data types not available in JSON,
36153615 such as integers in map keys.</p >
36163616
36173617** Parameters:**
@@ -5129,7 +5129,7 @@ Sets the value of a CBORObject of type Array at the specified index to the
51295129 can be used to write out certain keys of a CBOR map in a given order to a
51305130 JSON string, or to write out a CBOR object as part of a JSON text
51315131 sequence.</p > <p ><b >Warning:</b > In general, if this CBOR object contains
5132- integer map keys or uses other features not supported in JSON, and the
5132+ integer map keys or uses other features not available in JSON, and the
51335133 application converts this CBOR object to JSON and back to CBOR, the
51345134 application <i >should not</i > expect the new CBOR object to be exactly the
51355135 same as the original. This is because the conversion in many cases may have
@@ -5181,7 +5181,7 @@ Sets the value of a CBORObject of type Array at the specified index to the
51815181 other than true and false will be converted to null. (This doesn't include
51825182 floating-point numbers.)</li ><li >Infinity and not-a-number will be converted
51835183 to null.</li ></ul > <p ><b >Warning:</b > In general, if this CBOR object
5184- contains integer map keys or uses other features not supported in JSON, and
5184+ contains integer map keys or uses other features not available in JSON, and
51855185 the application converts this CBOR object to JSON and back to CBOR, the
51865186 application <i >should not</i > expect the new CBOR object to be exactly the
51875187 same as the original. This is because the conversion in many cases may have
0 commit comments