LazyArray.put(Object o)
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!)