MCPcopy
hub / github.com/httpie/cli / process_data_raw_json_embed_arg

Function process_data_raw_json_embed_arg

httpie/cli/requestitems.py:203–205  ·  view source on GitHub ↗
(arg: KeyValueArg)

Source from the content-addressed store, hash-verified

201
202
203def process_data_raw_json_embed_arg(arg: KeyValueArg) -> JSONType:
204 value = load_json(arg, arg.value)
205 return value
206
207
208def process_data_nested_json_embed_args(pairs) -> Dict[str, JSONType]:

Callers

nothing calls this directly

Calls 1

load_jsonFunction · 0.85

Tested by

no test coverage detected