An open API service indexing awesome lists of open source software.

https://github.com/roschmi/json_for_tinyclr

JSON round-trip examples for TinyCLR v2
https://github.com/roschmi/json_for_tinyclr

json sitcore tinyclr

Last synced: 10 days ago
JSON representation

JSON round-trip examples for TinyCLR v2

Awesome Lists containing this project

README

          

# JSON_for_TinyCLR (adapted for SC20260 Dev Board)

JSON round-trip examples for TinyCLR v2
The original application for NETMF was from M. Calsyn
https://github.com/PervasiveDigital/jsonnetmf

For TinyCLR: https://github.com/ghi-electronics/TinyCLR-Libraries/blob/dev/GHIElectronics.TinyCLR.Data.Json

'SC20260_JSON_TinyCLR_BuildIn' uses the built in libraries from GHI

'SC20260_JSON_TinyCLR' used adapted libraries taken from M. Calsyn