MCPcopy Create free account
hub / github.com/httpie/cli / process_data_nested_json_embed_args

Function process_data_nested_json_embed_args

httpie/cli/requestitems.py:208–209  ·  view source on GitHub ↗
(pairs)

Source from the content-addressed store, hash-verified

206
207
208def process_data_nested_json_embed_args(pairs) -> Dict[str, JSONType]:
209 return interpret_nested_json(pairs)
210
211
212def load_text_file(item: KeyValueArg) -> str:

Callers

nothing calls this directly

Calls 1

interpret_nested_jsonFunction · 0.85

Tested by

no test coverage detected