We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d4d25 commit e213f45Copy full SHA for e213f45
1 file changed
README.md
@@ -2,7 +2,7 @@
2
3
EasyJSON is a class created to help simplify the JSON process.
4
No need to create new Objects for each item you want to add.
5
-Simply use: *foo.putPrimitive(value)* or *foo.putPrimitive(key, value)* or *foo.putArray(key, values...)* or *foo.putStructure("key")*.
+Simply use: `foo.putPrimitive(value)` or `foo.putPrimitive(key, value)` or `foo.putArray(key, values...)` or `foo.putStructure("key")`.
6
You can also add items inline.
7
8
**Example**
0 commit comments