MCPcopy Create free account
hub / github.com/dprint/jsonc-parser / into_iter

Method into_iter

src/value.rs:31–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 type IntoIter = indexmap::map::IntoIter<String, JsonValue<'a>>;
30
31 fn into_iter(self) -> Self::IntoIter {
32 self.0.into_iter()
33 }
34}
35
36impl<'a> From<Map<String, JsonValue<'a>>> for JsonObject<'a> {

Callers 13

fromMethod · 0.80
parseMethod · 0.80
insert_or_appendMethod · 0.80
set_trailing_commasMethod · 0.80
to_serde_valueMethod · 0.80
ensure_multilineFunction · 0.80
run_testFunction · 0.80
property_indexFunction · 0.80
element_indexFunction · 0.80
fromMethod · 0.80

Calls

no outgoing calls

Tested by 3

property_indexFunction · 0.64
element_indexFunction · 0.64
parse_result_to_test_strFunction · 0.64