comp.lang.ada
 help / color / mirror / Atom feed
* JSON ??
@ 2009-05-05  3:29 Per Sandberg
  2009-05-05  6:17 ` christoph.grein
  0 siblings, 1 reply; 2+ messages in thread
From: Per Sandberg @ 2009-05-05  3:29 UTC (permalink / raw)


Does anyone know if there is a JSON (http://www.json.org/) parser 
available in Ada?

/Per



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

* Re: JSON ??
  2009-05-05  3:29 JSON ?? Per Sandberg
@ 2009-05-05  6:17 ` christoph.grein
  0 siblings, 0 replies; 2+ messages in thread
From: christoph.grein @ 2009-05-05  6:17 UTC (permalink / raw)


If you don't find one, you could easily create one with OpenToken. All
basic lexical recognizers are available.

(I created lexers for Ada, Java and HTML with OpenToken - an easy
job.)

The JSON syntax is easy enough, so that a parser should be easy with
OpenToken.



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

end of thread, other threads:[~2009-05-05  6:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-05  3:29 JSON ?? Per Sandberg
2009-05-05  6:17 ` christoph.grein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox