[][src]Module rs_es::json

Helper for common requirements when producing/parsing JSON

Structs

FieldBased

A recurring theme in ElasticSearch is for JSON to be {"variable": {..map of options..}

NoOuter

No outer options

Traits

MergeSerialize

MergeSerialize, implemented by structs that want to add to an existing struct

ShouldSkip

To tell Serde to skip various fields

Functions

serialize_map_optional_kv

Useful serialization functions