pub struct JsonUtils;Expand description
Utility functions for JSON object manipulation
Implementations§
Source§impl JsonUtils
impl JsonUtils
Sourcepub fn sort_object(object: &mut CJson) -> CJsonResult<()>
pub fn sort_object(object: &mut CJson) -> CJsonResult<()>
Sourcepub fn sort_object_case_sensitive(object: &mut CJson) -> CJsonResult<()>
pub fn sort_object_case_sensitive(object: &mut CJson) -> CJsonResult<()>
Auto Trait Implementations§
impl Freeze for JsonUtils
impl RefUnwindSafe for JsonUtils
impl Send for JsonUtils
impl Sync for JsonUtils
impl Unpin for JsonUtils
impl UnwindSafe for JsonUtils
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more