[][src]Module json_in_type::list

Serialization to JSON lists like [0,true,"x"]

Structs

JSONListElem
JSONListEnd
ToJSONList

A struct used to wrap another type and make it serializable as a json list.

Traits

JSONList