interface JsonValueProps {
  name: string;
  value: any;
  originalValue?: any;
  keyPath?: string[];