Eidos
Node JSON Viewer icon

Node JSON Viewer

By: Mayne

Install Latest (v0.0.3)

Inspect current node information in JSON format

import ReactJson from 'react-json-view'

export default function MyBlock(props) {
  return (
    <div className="w-full h-full p-4 bg-gray-50 p-2 rounded-md">
      <ReactJson
        src={props.__context__?.currentNode || {}}
      />
    </div>
  );
}

Information

Author
Mayne
Type
m_block
Latest Version
0.0.3
Last Updated
05/17/2025
Published
05/17/2025

Version History

  • v0.0.3 05/17/2025
  • v0.0.2 05/17/2025
  • v0.0.1 05/17/2025