From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!85.12.16.70.MISMATCH!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer04.fr7!futter-mich.highwinds-media.com!news.highwinds-media.com!fx06.fr7.POSTED!not-for-mail Subject: Re: GNATCOLL JSON Parsing Newsgroups: comp.lang.ada References: <9524b3ee-476f-4af6-ab83-b15a6c2a417c@googlegroups.com> <4a0780bf-5f16-4c9d-821a-8e78eb35fc4f@googlegroups.com> From: Per Sandberg User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <4a0780bf-5f16-4c9d-821a-8e78eb35fc4f@googlegroups.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Message-ID: <3p5LD.107716$Sp7.75626@fx06.fr7> X-Complaints-To: abuse@usenet.se NNTP-Posting-Date: Tue, 27 Nov 2018 06:22:55 UTC Organization: usenet.se Date: Tue, 27 Nov 2018 07:22:54 +0100 X-Received-Bytes: 1290 X-Received-Body-CRC: 2843013340 X-Original-Bytes: 1239 Xref: reader01.eternal-september.org comp.lang.ada:54909 Date: 2018-11-27T07:22:54+01:00 List-Id: You may have a look at: https://github.com/persan/gnatcoll-json/tree/master/examples/web-trader The repo not in a 100% stable state at the moment but i think you will get the idea. /P On 6/8/18 6:35 PM, eduardsapotski@gmail.com wrote: > björn lundin, if it does not complicate you, could you answer one more question: > I often have to parse html-documents. > In Java, there is Jsoup: https://jsoup.org/ > Maybe there is a similar library in the Ada-language? > Thanks. >