Json Serialize and deserialize React components to JSON May 17, 2018 1 min read React serialize serialize and deserialize React components to JSON. View demo Download Source serialize( <div> <h1 align="center"> <blink>Hello</blink> </h1> </div> ) ⇄ deserialize({ type: "div", props: { children: { type: "h1", props: { align: "center", children: { type: "blink", props: { children: "Hello" } } } } } }) Install npm i react-serialize GitHub Json
Nextjs JSONDataAI.com template with Next.js 13 and Vercel AI SDK JSONDataAI.com template with Next.js 13 and Vercel AI SDK 21 September 2023
Json Graph visualization component of JSON Crack Graph visualization component of JSON Crack 23 August 2023
Json A React application that allows you to convert JSX code into JSON format A React application that allows you to convert JSX code into JSON format 21 May 2023