Skip to content

Commit d07142a

Browse files
committed
update Java version
1 parent c9ef354 commit d07142a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/upokecenter/cbor/JSONOptions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import java.util.*;
44

55
/**
6-
* Includes options to control how CBOR objects are converted to JSON.
6+
* Includes options to control how CBOR objects are converted to and from
7+
* JavaScript object Notation (JSON).
78
*/
89
public final class JSONOptions {
910
/**

0 commit comments

Comments
 (0)