jsx2json icon indicating copy to clipboard operation
jsx2json copied to clipboard

A JSX parser to converts to JSON

Results 3 jsx2json issues
Sort by recently updated
recently updated
newest added

Hi, Can you set the Licence type and version in the repo? I hope for MIT. Br, Piotr

I get parsing errors on code like, ```jsx children ``` It's the prop values as JSX that causes it, so I tried `useEval` but that assumes JavaScript so the jsx2json...

When the attribute value is boolean, the parse is returning as string. For ex, the below jsx returns render:'true'. This fix check the value using regex and set the boolean...