serde_json_lodash 0.1.16

lodash.js ported version, work with serde_json::Value
Documentation
mod chunk;
pub use chunk::*;
mod compact;
pub use compact::*;
mod concat;
pub use concat::*;
mod difference;
pub use difference::*;
#[doc(hidden)]
pub fn difference_by() {
    todo!()
}
#[doc(hidden)]
pub use difference_by as differenceBy;
#[doc(hidden)]
pub fn difference_with() {
    todo!()
}
#[doc(hidden)]
pub use difference_with as differenceWith;
mod drop;
pub use drop::*;
mod drop_right;
pub use drop_right::*;
#[doc(hidden)]
pub fn drop_right_while() {
    todo!()
}
#[doc(hidden)]
pub use drop_right_while as dropRightWhile;
#[doc(hidden)]
pub fn drop_while() {
    todo!()
}
#[doc(hidden)]
pub use drop_while as dropWhile;
mod fill;
pub use fill::*;
mod find_index;
pub use find_index::*;
mod find_last_index;
pub use find_last_index::*;
mod first;
pub use first::*;
mod flatten;
pub use flatten::*;
mod flatten_deep;
pub use flatten_deep::*;
mod flatten_depth;
pub use flatten_depth::*;
mod from_pairs;
pub use from_pairs::*;
mod head;
pub use head::*;
mod index_of;
pub use index_of::*;
mod initial;
pub use initial::*;
mod intersection;
pub use intersection::*;
#[doc(hidden)]
pub fn intersection_by() {
    todo!()
}
#[doc(hidden)]
pub use intersection_by as intersectionBy;
#[doc(hidden)]
pub fn intersection_with() {
    todo!()
}
#[doc(hidden)]
pub use intersection_with as intersectionWith;
mod join;
pub use join::*;
mod last;
pub use last::*;
mod last_index_of;
pub use last_index_of::*;
mod nth;
pub use nth::*;
mod pull;
pub use pull::*;
mod pull_all;
pub use pull_all::*;
mod pull_all_by;
pub use pull_all_by::*;
mod pull_all_with;
pub use pull_all_with::*;
mod pull_at;
pub use pull_at::*;
#[doc(hidden)]
pub fn remove() {
    todo!()
}
#[doc(hidden)]
pub fn reverse() {
    todo!()
}
#[doc(hidden)]
pub fn slice() {
    todo!()
}
#[doc(hidden)]
pub fn sorted_index() {
    todo!()
}
#[doc(hidden)]
pub use sorted_index as sortedIndex;
#[doc(hidden)]
pub fn sorted_index_by() {
    todo!()
}
#[doc(hidden)]
pub use sorted_index_by as sortedIndexBy;
#[doc(hidden)]
pub fn sorted_index_of() {
    todo!()
}
#[doc(hidden)]
pub use sorted_index_of as sortedIndexOf;
#[doc(hidden)]
pub fn sorted_last_index() {
    todo!()
}
#[doc(hidden)]
pub use sorted_last_index as sortedLastIndex;
#[doc(hidden)]
pub fn sorted_last_index_by() {
    todo!()
}
#[doc(hidden)]
pub use sorted_last_index_by as sortedLastIndexBy;
#[doc(hidden)]
pub fn sorted_last_index_of() {
    todo!()
}
#[doc(hidden)]
pub use sorted_last_index_of as sortedLastIndexOf;
#[doc(hidden)]
pub fn sorted_uniq() {
    todo!()
}
#[doc(hidden)]
pub use sorted_uniq as sortedUniq;
#[doc(hidden)]
pub fn sorted_uniq_by() {
    todo!()
}
#[doc(hidden)]
pub use sorted_uniq_by as sortedUniqBy;
#[doc(hidden)]
pub fn tail() {
    todo!()
}
#[doc(hidden)]
pub fn take() {
    todo!()
}
#[doc(hidden)]
pub fn take_right() {
    todo!()
}
#[doc(hidden)]
pub use take_right as takeRight;
#[doc(hidden)]
pub fn take_right_while() {
    todo!()
}
#[doc(hidden)]
pub use take_right_while as takeRightWhile;
#[doc(hidden)]
pub fn take_while() {
    todo!()
}
#[doc(hidden)]
pub use take_while as takeWhile;
#[doc(hidden)]
pub fn union() {
    todo!()
}
#[doc(hidden)]
pub fn union_by() {
    todo!()
}
#[doc(hidden)]
pub use union_by as unionBy;
#[doc(hidden)]
pub fn union_with() {
    todo!()
}
#[doc(hidden)]
pub use union_with as unionWith;
#[doc(hidden)]
pub fn uniq() {
    todo!()
}
#[doc(hidden)]
pub fn uniq_by() {
    todo!()
}
#[doc(hidden)]
pub use uniq_by as uniqBy;
#[doc(hidden)]
pub fn uniq_with() {
    todo!()
}
#[doc(hidden)]
pub use uniq_with as uniqWith;
#[doc(hidden)]
pub fn unzip() {
    todo!()
}
#[doc(hidden)]
pub fn unzip_with() {
    todo!()
}
#[doc(hidden)]
pub use unzip_with as unzipWith;
#[doc(hidden)]
pub fn without() {
    todo!()
}
#[doc(hidden)]
pub fn xor() {
    todo!()
}
#[doc(hidden)]
pub fn xor_by() {
    todo!()
}
#[doc(hidden)]
pub use xor_by as xorBy;
#[doc(hidden)]
pub fn xor_with() {
    todo!()
}
#[doc(hidden)]
pub use xor_with as xorWith;
#[doc(hidden)]
pub fn zip() {
    todo!()
}
#[doc(hidden)]
pub fn zip_object() {
    todo!()
}
#[doc(hidden)]
pub use zip_object as zipObject;
#[doc(hidden)]
pub fn zip_object_deep() {
    todo!()
}
#[doc(hidden)]
pub use zip_object_deep as zipObjectDeep;
#[doc(hidden)]
pub fn zip_with() {
    todo!()
}
#[doc(hidden)]
pub use zip_with as zipWith;