Bonjour
J'ai l'intention de convertir mon site web en pwa.
La pwa interpréterait du json et l'afficherait comme html.
Y a -t-il un programme en PHP qui pourrait produire ce json à partir du html ?
Voici la syntaxe json théorique :
Merci beaucoup.
J'ai l'intention de convertir mon site web en pwa.
La pwa interpréterait du json et l'afficherait comme html.
Y a -t-il un programme en PHP qui pourrait produire ce json à partir du html ?
Voici la syntaxe json théorique :
Merci beaucoup.
JSON:
{
"root":{
"child":[
{
"node":"element",
"tag":"div",
"attr":{
"class":"interface"
},
"child":[
{
"node":"element",
"tag":"table",
"attr":{
"class":"generic_main",
"itemscope itemtype":"http://schema.org/Table"
},
"child":[
{
"node":"element",
"tag":"caption",
"attr":{
"class":"titre_titre_new",
"itemprop":"description"
},
"child":[
{
"node":"element",
"tag":"div",
"attr":{
"class":"liens_courses_center"
}
}
]
}
]
}
]
}
]
}
}