Skip to content

LazyArray.put(Object o)

Compare
Choose a tag to compare
@kasperjj kasperjj released this 12 May 17:10
· 10 commits to master since this release

This release adds two missing methods to LazyArray allowing you to insert primitive values as Object's without first casting and also to add LazyObject.NULL to arrays to insert null values that will be serialized out as "null".
(thanks @leisim for noticing and filing an issue!)