Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I need the HJSON editor in my app #63

Open
P5music opened this issue Oct 11, 2024 · 0 comments
Open

I need the HJSON editor in my app #63

P5music opened this issue Oct 11, 2024 · 0 comments

Comments

@P5music
Copy link

P5music commented Oct 11, 2024

Hello,
I am going to use HJSON in my app.
I find HJSON very useful and it led my app to a new stage of development because it reads JSON. I have to create JSON objects with multiline unescaped strings, so it is very convenient. It's huge. Thanks.

Now I want to embed an HJSON editor like the online "try" editor, with HJSON and JSON panels, in my app.
My app is not public but can be distributed to developers.
At present time the app is written in Java for Android, but I do not need to use the java HJSON library.

I can use Javascript and then send messages to/from the editor to pass the real JSON document, then get it after editing.
I would like to know if it is feasible to create such an editor screen in my Android app, with a WebView component, loading the editor code, and exchanging Javascript messages with the HTML scripts.
Thank you for any response.
Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant