converts a json object {type,props,children} into a react element
React element via React.createElement
jsonx.getReactElementFromJSON({type:'div',props:{title:'some title attribute'},children:'inner html text'}) Copy
jsonx.getReactElementFromJSON({type:'div',props:{title:'some title attribute'},children:'inner html text'})
converts a json object {type,props,children} into a react element