How to get the json data
See original GitHub issueI am trying to get data, i called this.$refs.editor
but this gives a big obj. Where I can get a actual generated data? Also is it possible to get the row html instead of the json data?
Thank you.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Working with JSON - Learn web development | MDN
To obtain the JSON, we use an API called Fetch. This API allows us to make network requests to retrieve resources from a...
Read more >JSON.parse() - W3Schools
JSON.parse() ... A common use of JSON is to exchange data to/from a web server. When receiving data from a web server, the...
Read more >How to retrieve data from json data - Stack Overflow
As I assume that you are working with a JSON string, you first have to parse the string into and JSON object. Else...
Read more >Web Basics - Accessing JSON data from URL - YouTube
This video shows how to access JSON data from a URL using JS and the JQuery resource.
Read more >How to Use fetch() with JSON - Dmitri Pavlutin
2. GET JSON data ... loadNames();. await fetch('/api/names') starts a GET request, and evaluates to the response object when the request is ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The data is inside of
save
event.No, it’s not possible to get raw HTML data, you should use some renderer listed here https://github.com/codex-team/editor.js/issues/676#issuecomment-479778254 or write your own.
I’m using the twig one, it’s ok.
It’s great if it works, didn’t think it would