edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [edbrowse-dev] json what to do
@ 2018-05-06 11:45 Karl Dahlke
  2018-05-06 12:22 ` Dominique Martinet
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Dahlke @ 2018-05-06 11:45 UTC (permalink / raw)
  To: edbrowse-dev

I know almost nothing about json so bear with me.

Open your Bibles please to

https://www.ibm.com/us-en/

Don't browse, just look at the html.

,s/></>\n</g

To make it readable.

Ok, the last script in the head section

<script type="application/ld+json">

What is that? I'm sure it's there for a reason. We need to know what to do with it.
I gathered it up into a string and passed it to JSON.parse() in duktape and it parses just fine.
That returns the corresponding javascript object.
All good, but what am I suppose to do with this object?
If I just feed this string to JSON.parse, that object gets thrown away. It all gets thrown away.
Unless I store it somewhere, but where?
The script doesn't specify a variable for me to put it in.
Do I put it under some property under the script object?
Any help appreciated.

Karl Dahlke

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-06 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-06 11:45 [edbrowse-dev] json what to do Karl Dahlke
2018-05-06 12:22 ` Dominique Martinet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).