We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae22911 commit 518753aCopy full SHA for 518753a
README.md
@@ -24,7 +24,9 @@ Your implementation should pass both `testAddressFieldsToJson()` and
24
## 2. `membersToJson`
25
26
Implement the extension function `membersToJson` (in `MembersToJson.kt`) using
27
-the Kotlin Reflection API. The `toJson` function must be recursive.
+the Kotlin Reflection API.
28
+This function encodes properties and non-void parameterless functions.
29
+The `toJson` function must be recursive.
30
31
- Members can be annotated with `ToJsonPropName` to replace the member's name
32
with the specified JSON property name.
0 commit comments