react-json-editor-ajrm migration #62
Replies: 6 comments 1 reply
-
@AndrewRedican there's some feedback on another GitHub project about single quotes not technically being proper JSON format. It looks like even if double-quotes are passed in, single quotes are rendered in the JSON viewer. I'm not sure if that is already included on your list but you may want to include it as an option. For example: // single-quote output of react-json-editor-ajrm will fail many JSON validators
{
'name': 'James Bond'
}
// double-quoted JSON standard would resolve this
{
"name": "James Bond"
} |
Beta Was this translation helpful? Give feedback.
-
Hello! I just found out this library, and would like to use it for a new project bu I'm a bit confused with it's current state. I see the main repository is already closed and deprecated.... but I can't find the promised replacement? Is this project discontinued? Thanks !! |
Beta Was this translation helpful? Give feedback.
-
Hello @AndrewRedican We are using this library in our project. It was working fine till now, from past two days we are facing issue for latest version of chrome Version 117.0.5938.150 (Official Build) (64-bit). When we are pasting any JSON in JSONInput , it is pasting the object multiple time. Can you please resolve this browser incompatibility or let us know how to resolve it. It is urgent. Thanks!! |
Beta Was this translation helpful? Give feedback.
-
Hey, wondering if there is an update to this thread about the status of this project. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello, I would be very grateful if you can recommend me anything for my case, When I copy and paste the json code, it does not parse it, and throws an error:
"name": "John", |
Beta Was this translation helpful? Give feedback.
-
The editor works well when pasting the json objects, in these formats:
. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
As you may know, the react-json-editor-ajrm project will eventually be deprecated. The tentative date for this is June 15, 2023. I would like to thank those who used it in their projects. I simply no longer wish to maintain this project. It was made in the early days of my software engineer career, and it has not caught up to today's standards.
But don't fret. I intend to breathe new life into this project rewriting it from the ground up.
I would like to take the learnings of the past, and avoid some of the issues react-json-editor-ajrm currently has. I would also like to highlight the things done well, and I wish to carry on.
Pros
Cons
Limitations
Feedback collected from PRs and Issues Raised on react-json-editor-ajrm
I forced myself to read every pending issue and PR from the previous project. My god, the code was riddled with bugs and unhandled scenarios. I do intend to avoid these issues in the future by making note of them here. Here is a comprehensive, deduplicated list of issues and/or feature requests.
Beta Was this translation helpful? Give feedback.
All reactions