[Microbit-Python] JSON-parsing module?

Nicholas H.Tollervey ntoll at ntoll.org
Tue Aug 23 08:31:25 EDT 2016


Alternatively, for "it's not quite JSON but close enough" you could just
serialise you dicts with repr(). To de-serialise do eval().

Hope this makes sense.

N.

On 23/08/16 13:28, Gary Bake wrote:
> Hi Oliver,
> 
> You can use the library in the micropython lib
> 
> https://github.com/micropython/micropython-lib/tree/master/json
> 
> On 22 August 2016 at 18:40, Oliver S Marks <osmarks at icloud.com
> <mailto:osmarks at icloud.com>> wrote:
> 
>     I'm working on MicroBit programming, using MicroPython. However,
>     I've noticed that there's nothing at all for dealing with JSON,
>     which prevents practically all complex networked/persistent things
>     from working. So, it would be helpful if you added a JSON parsing
>     implementation in here somewhere.
>     _______________________________________________
>     Microbit mailing list
>     Microbit at python.org <mailto:Microbit at python.org>
>     https://mail.python.org/mailman/listinfo/microbit
>     <https://mail.python.org/mailman/listinfo/microbit>
> 
> 
> 
> 
> -- 
> Regards
> Gary Bake
> 
> 
> _______________________________________________
> Microbit mailing list
> Microbit at python.org
> https://mail.python.org/mailman/listinfo/microbit
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/microbit/attachments/20160823/e92a57fb/attachment.sig>


More information about the Microbit mailing list