问题一 输入{}{ 会报错,而不是校验出错,issuse没解决issuse地址 解决方案:找到node_modules/react-json-editor-ajrm/es/index.js 找到 1224 行修改为: if(found){setError(i,format(locale.invalidToken.tokenSequence.prohibited,{firstToken:buffer.tokens_merge[found]?.string||"",secondToken:string}));bre...
$ cd path/to/repo/react-json-editor-ajrm/example/webpack-project Install example project dependencies: $ npm i Serve sample website to port 8080: $ npm start Openhttp://localhost:8080in the web browser Latest Spotlight Release Notes [v2.5.12] - October 15, 2020 ...
Hint: There are two different root paths:react-json-editor-ajrmandreact-json-editor-ajrm/es. The first contains polyfilled ES5 code, the second unpolyfilled ES6. Thereact-json-editor-ajrm/esversion isnot compatiblewithcreate-react-app. If you are unsure of which one you need/want, pick th...
Files master example scripts src test .all-contributorsrc .gitignore .travis.yml CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md LICENSE.md README.md babel.config.js package-lock.json package.json tsconfig.jsonBreadcrumbs react-json-editor-ajrm / CODE_OF_CONDUCT.md ...
src test .all-contributorsrc .gitignore .travis.yml CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md LICENSE.md README.md babel.config.js package-lock.json package.jsonBreadcrumbs react-json-editor-ajrm / .travis.yml Latest...
A stylish, editor-like, modular, react component for viewing, editing, and debugging javascript object syntax!Installing DependencyUsing node package manager: $ npm i --save react-json-editor-ajrm How to Useimport JSONInput from 'react-json-editor-ajrm'; import locale from 'react-json-editor-...
React JSON Editor (AJRM)is a flexible and customizable JSON editor for React applications. It allows users to visualize and edit JSON data with a user-friendly interface. Changes in this Fork [Fix issue with the "nodeType" property]: Currently, attempting to use the "nodeType" property in th...
EstherM05 / react-json-editor-ajrm Public forked from AndrewRedican/react-json-editor-ajrm Notifications Fork 0 Star 0 Code Pull requests Actions Projects Security Insights EstherM05/react-json-editor-ajrm projects Search all projects Search results No open projects ...
"url": "https://github.com/allizmellody/react-json-editor-ajrm/issues" }, "main": "index.js", "types": "index.d.ts", "files": [ "*" "lib", "README.md", "LICENSE.md" ], "sideEffects": false, "scripts": { "clean": "rm -rf ./lib", "build": "npm run clean && tsc...
What version of RJEA are you using (react-json-editor-ajrm version)? *REQUIRED 2.5.13 What operating system and processor architecture are you using? *REQUIRED Cloud What did you do? *REQUIRED had a parameter text in my object which contained double quotes What did you expect to see? *...