MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / textToJson

Function textToJson

components/actions/editActionModal.tsx:505–509  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

503}
504
505const textToJson = (text: string) => {
506 return isJsonString(text)
507 ? JSON.stringify(JSON.parse(text), undefined, 2)
508 : text;
509};
510
511function JsonTextBox(props: JsonTextBoxProps) {
512 const [text, setText] = useState(

Callers 1

JsonTextBoxFunction · 0.85

Calls 1

isJsonStringFunction · 0.90

Tested by

no test coverage detected