MCPcopy
hub / github.com/pathwaycom/pathway / _parse_to_json

Function _parse_to_json

python/pathway/internals/utils/convert.py:53–55  ·  view source on GitHub ↗

Parse string to value wrapped in pw.Json

(value: str)

Source from the content-addressed store, hash-verified

51
52
53def _parse_to_json(value: str) -> json.Json:
54 """Parse string to value wrapped in pw.Json"""
55 return json.Json.parse(value)
56
57
58def _value_to_json(value: json.JsonValue) -> json.Json:

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected