JSFiddle - React, Tailwind, and code Playground

by Guddu Kumar

JavaScript

var result  ='{
        {
            "kryptMode": "",
            "fieldName": "name",
            "sourceType": "String",
            "maskingType": "",
            "dataType": "String",
            "description": "firts name",
            "primary": false
          },
          {
            "fieldName": "age",
            "maskType": "",
            "sourceType": "Int",
            "dataType": "int",
            "description": "age",
            "maskMode": "",
            "primary": false
          },
          {
            "fieldName": "carsObj",
            "maskType": "",
            "sourceType": "object",
            "dataType": "object",
            "description": "age",
            "maskMode": "",
            "primary": false,
            "attributes": [
              {
                "fieldName": "car1",
                "maskType": "",
                "sourceType": "String",
                "dataType": "String",
                "description": "car",
                "maskMode": "",
                "primary": false
              },
              {
                "fieldName": "car2",
                "maskType": "",
                "sourceType": "String",
                "dataType": "String",
                "description": "car",
                "maskMode": "",
                "primary": false
              },
              {
                "fieldName": "car3",
                "maskType": "",
                "sourceType": "String",
                "dataType": "String",
                "description": "car",
                "maskMode": "",
                "primary": false
              },
              {
                "fieldName": "carVersion",
                "maskType": "",
                "sourceType": "object",
                "dataType": "object",
                "description": "version",
                "maskMode": "",
                "primary": false,
                "attributes": [
                    {
                        "fieldName":...