Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

json parser Pharo 2.0

I'm working with a webservice that returns data in JSON format and i'm pretty new at Pharo 2.0

¿is there a good, simple and most of all reliable JSON parser?

I saw the JSON parser example using PetitParser in the book "Pharo by example 2" (deep into pharo) but i don't know if it's just an illustrative example or something fully functional.

like image 375
acimadamore Avatar asked Jan 13 '23 01:01

acimadamore


1 Answers

You just have to take a look at NeoJSON. It's the best thing I know in Pharo to work with JSON.

like image 147
Uko Avatar answered Jan 24 '23 18:01

Uko