[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: XMLSchema support in LUA
- From: Petite Abeille <petite.abeille@...>
- Date: Mon, 22 Mar 2021 17:00:11 +0100
> On Mar 22, 2021, at 15:39, Sudheer Hebbale <sudheerhebbale@gmail.com> wrote:
>
> Towards the goal mentioned in the email below, I have put efforts towards building a project, which will have 3 modules
Cool.
Tangentially related: curl + pup + gron [1][2][3].
# curl -s https://textprotocol.org/ | pup 'json{}' | gron | grep 'href = ' | head
json[0].children[0].children[0].children[18].href = "https://textprotocol.org/";
json[0].children[0].children[0].children[19].href = "apple-touch-icon.png";
json[0].children[0].children[0].children[20].href = "https://textprotocol.org/contact";
json[0].children[0].children[0].children[21].href = "https://textprotocol.org/";
json[0].children[0].children[0].children[22].href = "favicon-16x16.png";
json[0].children[0].children[0].children[23].href = "favicon-32x32.png";
json[0].children[0].children[0].children[24].href = "https://github.com/textprotocol/textprotocol.github.io/blob/main/LICENSE";
json[0].children[0].children[0].children[25].href = "site.webmanifest";
json[0].children[0].children[0].children[26].href = "https://textprotocol.org/contact";
json[0].children[0].children[0].children[27].href = "https://webmention.io/textprotocol.org/xmlrpc";
±0¢
[1] https://curl.se
[2] https://github.com/ericchiang/pup
[3] https://github.com/tomnomnom/gron