changed JSON.parse with lib lossless-json pars
This commit is contained in:
parent
727f38401b
commit
8511873b07
3 changed files with 23 additions and 7 deletions
|
@ -24,6 +24,7 @@
|
||||||
"json-schema-faker": "^0.5.0-rcv.44",
|
"json-schema-faker": "^0.5.0-rcv.44",
|
||||||
"jsonpath-plus": "^7.2.0",
|
"jsonpath-plus": "^7.2.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
"lossless-json": "^2.0.8",
|
||||||
"pretty-ms": "7.0.1",
|
"pretty-ms": "7.0.1",
|
||||||
"react": "^18.1.0",
|
"react": "^18.1.0",
|
||||||
"react-ace": "^10.1.0",
|
"react-ace": "^10.1.0",
|
||||||
|
@ -71,6 +72,7 @@
|
||||||
"@testing-library/user-event": "^14.4.3",
|
"@testing-library/user-event": "^14.4.3",
|
||||||
"@types/eventsource": "^1.1.8",
|
"@types/eventsource": "^1.1.8",
|
||||||
"@types/lodash": "^4.14.172",
|
"@types/lodash": "^4.14.172",
|
||||||
|
"@types/lossless-json": "^1.0.1",
|
||||||
"@types/node": "^16.4.13",
|
"@types/node": "^16.4.13",
|
||||||
"@types/react": "^18.0.9",
|
"@types/react": "^18.0.9",
|
||||||
"@types/react-datepicker": "^4.8.0",
|
"@types/react-datepicker": "^4.8.0",
|
||||||
|
|
24
kafka-ui-react-app/pnpm-lock.yaml
generated
24
kafka-ui-react-app/pnpm-lock.yaml
generated
|
@ -19,6 +19,7 @@ specifiers:
|
||||||
'@testing-library/user-event': ^14.4.3
|
'@testing-library/user-event': ^14.4.3
|
||||||
'@types/eventsource': ^1.1.8
|
'@types/eventsource': ^1.1.8
|
||||||
'@types/lodash': ^4.14.172
|
'@types/lodash': ^4.14.172
|
||||||
|
'@types/lossless-json': ^1.0.1
|
||||||
'@types/node': ^16.4.13
|
'@types/node': ^16.4.13
|
||||||
'@types/react': ^18.0.9
|
'@types/react': ^18.0.9
|
||||||
'@types/react-datepicker': ^4.8.0
|
'@types/react-datepicker': ^4.8.0
|
||||||
|
@ -55,6 +56,7 @@ specifiers:
|
||||||
json-schema-faker: ^0.5.0-rcv.44
|
json-schema-faker: ^0.5.0-rcv.44
|
||||||
jsonpath-plus: ^7.2.0
|
jsonpath-plus: ^7.2.0
|
||||||
lodash: ^4.17.21
|
lodash: ^4.17.21
|
||||||
|
lossless-json: ^2.0.8
|
||||||
prettier: ^2.8.4
|
prettier: ^2.8.4
|
||||||
pretty-ms: 7.0.1
|
pretty-ms: 7.0.1
|
||||||
react: ^18.1.0
|
react: ^18.1.0
|
||||||
|
@ -96,7 +98,7 @@ dependencies:
|
||||||
'@types/testing-library__jest-dom': 5.14.5
|
'@types/testing-library__jest-dom': 5.14.5
|
||||||
ace-builds: 1.7.1
|
ace-builds: 1.7.1
|
||||||
ajv: 8.8.2
|
ajv: 8.8.2
|
||||||
ajv-formats: 2.1.1
|
ajv-formats: 2.1.1_ajv@8.8.2
|
||||||
classnames: 2.3.1
|
classnames: 2.3.1
|
||||||
fetch-mock: 9.11.0
|
fetch-mock: 9.11.0
|
||||||
jest: 29.5.0_6m7kcbkkzjz4ln6z66tlzx44we
|
jest: 29.5.0_6m7kcbkkzjz4ln6z66tlzx44we
|
||||||
|
@ -104,6 +106,7 @@ dependencies:
|
||||||
json-schema-faker: 0.5.0-rcv.44
|
json-schema-faker: 0.5.0-rcv.44
|
||||||
jsonpath-plus: 7.2.0
|
jsonpath-plus: 7.2.0
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
|
lossless-json: 2.0.8
|
||||||
pretty-ms: 7.0.1
|
pretty-ms: 7.0.1
|
||||||
react: 18.1.0
|
react: 18.1.0
|
||||||
react-ace: 10.1.0_ef5jwxihqo6n7gxfmzogljlgcm
|
react-ace: 10.1.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||||
|
@ -136,6 +139,7 @@ devDependencies:
|
||||||
'@testing-library/user-event': 14.4.3_@testing-library+dom@9.0.0
|
'@testing-library/user-event': 14.4.3_@testing-library+dom@9.0.0
|
||||||
'@types/eventsource': 1.1.8
|
'@types/eventsource': 1.1.8
|
||||||
'@types/lodash': 4.14.177
|
'@types/lodash': 4.14.177
|
||||||
|
'@types/lossless-json': 1.0.1
|
||||||
'@types/node': 16.11.7
|
'@types/node': 16.11.7
|
||||||
'@types/react': 18.0.9
|
'@types/react': 18.0.9
|
||||||
'@types/react-datepicker': 4.10.0_react@18.1.0
|
'@types/react-datepicker': 4.10.0_react@18.1.0
|
||||||
|
@ -1770,6 +1774,10 @@ packages:
|
||||||
resolution: {integrity: sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw==}
|
resolution: {integrity: sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@types/lossless-json/1.0.1:
|
||||||
|
resolution: {integrity: sha512-zPE8kmpeL5/6L5gtTQHSOkAW/OSYYNTDRt6/2oEgLO1Zd3Rj5WVDoMloTtLJxQJhZGLGbL4pktKSh3NbzdaWdw==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@types/node/16.11.7:
|
/@types/node/16.11.7:
|
||||||
resolution: {integrity: sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==}
|
resolution: {integrity: sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==}
|
||||||
|
|
||||||
|
@ -2050,8 +2058,10 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/ajv-formats/2.1.1:
|
/ajv-formats/2.1.1_ajv@8.8.2:
|
||||||
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
||||||
|
peerDependencies:
|
||||||
|
ajv: ^8.0.0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
ajv:
|
ajv:
|
||||||
optional: true
|
optional: true
|
||||||
|
@ -2734,8 +2744,8 @@ packages:
|
||||||
ms: 2.1.2
|
ms: 2.1.2
|
||||||
supports-color: 5.5.0
|
supports-color: 5.5.0
|
||||||
|
|
||||||
/decimal.js/10.3.1:
|
/decimal.js/10.4.3:
|
||||||
resolution: {integrity: sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==}
|
resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/dedent/0.7.0:
|
/dedent/0.7.0:
|
||||||
|
@ -4649,7 +4659,7 @@ packages:
|
||||||
cssom: 0.5.0
|
cssom: 0.5.0
|
||||||
cssstyle: 2.3.0
|
cssstyle: 2.3.0
|
||||||
data-urls: 3.0.2
|
data-urls: 3.0.2
|
||||||
decimal.js: 10.3.1
|
decimal.js: 10.4.3
|
||||||
domexception: 4.0.0
|
domexception: 4.0.0
|
||||||
escodegen: 2.0.0
|
escodegen: 2.0.0
|
||||||
form-data: 4.0.0
|
form-data: 4.0.0
|
||||||
|
@ -4841,6 +4851,10 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
js-tokens: 4.0.0
|
js-tokens: 4.0.0
|
||||||
|
|
||||||
|
/lossless-json/2.0.8:
|
||||||
|
resolution: {integrity: sha512-7/GaZldUc7H5oNZlSk6bF06cRbtA7oF8zWXwbfMZm8yrYC2debx0KvWTBbQIbj6fh08LsXTWg+YtHJshXgYKow==}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/lru-cache/6.0.0:
|
/lru-cache/6.0.0:
|
||||||
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
|
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Editor from 'components/common/Editor/Editor';
|
import Editor from 'components/common/Editor/Editor';
|
||||||
import { SchemaType } from 'generated-sources';
|
import { SchemaType } from 'generated-sources';
|
||||||
|
import { parse, stringify } from 'lossless-json';
|
||||||
|
|
||||||
import * as S from './EditorViewer.styled';
|
import * as S from './EditorViewer.styled';
|
||||||
|
|
||||||
|
@ -9,10 +10,9 @@ export interface EditorViewerProps {
|
||||||
schemaType?: string;
|
schemaType?: string;
|
||||||
maxLines?: number;
|
maxLines?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
const getSchemaValue = (data: string, schemaType?: string) => {
|
const getSchemaValue = (data: string, schemaType?: string) => {
|
||||||
if (schemaType === SchemaType.JSON || schemaType === SchemaType.AVRO) {
|
if (schemaType === SchemaType.JSON || schemaType === SchemaType.AVRO) {
|
||||||
return JSON.stringify(JSON.parse(data), null, '\t');
|
return stringify(parse(data), undefined, '\t');
|
||||||
}
|
}
|
||||||
return data;
|
return data;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue