We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ef354 commit d07142aCopy full SHA for d07142a
src/main/java/com/upokecenter/cbor/JSONOptions.java
@@ -3,7 +3,8 @@
3
import java.util.*;
4
5
/**
6
- * Includes options to control how CBOR objects are converted to JSON.
+ * Includes options to control how CBOR objects are converted to and from
7
+ * JavaScript object Notation (JSON).
8
*/
9
public final class JSONOptions {
10
0 commit comments