Skip to content

Commit f084a45

Browse files
committed
Added enum support
1 parent 1cc8b55 commit f084a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $json = '{
7575
"friends": []
7676
}
7777
],
78-
"type": "USER"
78+
"type": "MEMBER"
7979
}';
8080

8181
// Decoding the JSON

0 commit comments

Comments
 (0)