jsonx
    Preparing search index...

    Function outputJSX

    • converts JSONX JSON IR to JSX

      Parameters

      • this: Context
      • jsonx: jsonx
      • resources: {} = {}

      Returns string

      jsx string

      jsonx.jsonToJSX({ type: 'div', props: { key: 5, title: 'test' }, children: 'hello' }) // => '<div key={5} title="test">hello</div>'