JSON parsing lib for BASIC

by ricbit on 17-07-2017, 08:08
Topic: Development
Languages:

Ricbit has released a new library to allow JSON parsing in MSX BASIC. JSON is the language used by most web services. It's specially useful when interfacing MSX to the internet of things, using GR8NET or similar network extensions.

The library is available as open source code and binary. It was optimized for size (the entire lib is only 768 bytes), and it comes with a detailed manual and a full set of unit tests.

Link: https://github.com/ricbit/msxjson

Comments (4)

By AxelStone

Prophet (3189)

AxelStone's picture

19-07-2017, 20:31

Nice job Riccardo! Wink

By ricbit

Champion (438)

ricbit's picture

21-07-2017, 20:09

Thanks! This is part of a game I'm writing, but I thought it may be useful to someone else.

By AxelStone

Prophet (3189)

AxelStone's picture

22-07-2017, 18:42

Some kind of RPG / strategy perhaps?

By ricbit

Champion (438)

ricbit's picture

23-07-2017, 23:45

It's a game using the internet of things, all I can say for now Smile