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
- Host: GitHub
- URL: https://github.com/roschmi/json_for_tinyclr
- Owner: RoSchmi
- Created: 2021-04-06T15:00:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T15:15:03.000Z (about 5 years ago)
- Last Synced: 2023-07-15T16:56:42.693Z (almost 3 years ago)
- Topics: json, sitcore, tinyclr
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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