You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The core use case for jsonj is quickly prototyping with complex json data struct
16
16
<dependency>
17
17
<groupId>com.jillesvangurp</groupId>
18
18
<artifactId>jsonj</artifactId>
19
-
<version>2.50</version>
19
+
<version>2.51</version>
20
20
</dependency>
21
21
```
22
22
@@ -303,6 +303,8 @@ JsonJ implements several things that ensure it uses much less memory than might
303
303
- Both `SimpleIntMapJsonObject` and `JsonObject` use UTF8 byte arrays for storing String primitive values. This is more efficient than Java's own String class, which uses utf-16.
304
304
305
305
# Changelog
306
+
- 2.51
307
+
- Add support for kotlin enum values in the JsonObject.fill and JsonObject.construct extension methods for Kotlin
306
308
- 2.50
307
309
- Get rid of maven in favor of gradle, make project ready for Kotlin
0 commit comments