Skip to content

[Bug]: JSON Editor not showing all data. #289

@yomapi

Description

@yomapi

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Current State

I'v assigned a array that have more than 200 items.
Problem: Not showing all data.

스크린샷 2023-07-18 오후 3 47 41

Expected Behavior

Assign data to JSON Editor, and display all data without any problem

Steps to reproduce

  1. Unzip the test.json.zip file
  2. import app by using test.json
  3. browse "test.csv" file using "browse button"
  4. Json Editor not showing all data

NOTE: There is some JS script at file upload button's on change event handler

app: test.json.zip
test.csv

Environment

Self Host on EC2 using Docker all in one image
Instance type: t3.medium
OS: Ubuntu

Additional Information

What I have tried

1. Validate Data

The data I put into the JSON Editor is as follows:

[
  {
    "chapterName": "9까지의 수",
    "conceptId": "416",
    "preRequisiteChapterName": "",
    "preRequisiteConceptId": ""
  },
  {
    "chapterName": "여러 가지 모양(1)",
    "conceptId": "417",
    "preRequisiteChapterName": "",
    "preRequisiteConceptId": ""
  },
  {
    "chapterName": "덧셈과 뺄셈(1)",
    "conceptId": "418",
    "preRequisiteConceptId": "416",
    "preRequisiteChapterName": ""
  },
  {
    "chapterName": "비교하기",
    "conceptId": "419",
    "preRequisiteChapterName": "",
    "preRequisiteConceptId": ""
  },
  ...more data folow
]

I have assigned the same data to the JSON Explorer, and I have confirmed that there is no issue with the JSON data.
스크린샷 2023-07-18 오후 3 51 31

2. see console to get any error message

There was nothing useful at console.

Questions

Is there a limit to the number of items that can be placed in the JSON Editor?
Do I need any additional configurations?

summary

  1. Json Editor not showing all data
  2. data is fine. Confirmed by json explorer
  3. Nothing useful at console
  4. limit to the number of items? or Need additional configurations?

thanks for help

Metadata

Metadata

Assignees

Labels

BugSomething isn't working

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions