squix78 / json-streaming-parser

Arduino library for parsing potentially huge json streams on devices with scarce memory
MIT License
205 stars 88 forks source link

Added Visual Studio shared project file #23

Open Scratchydisk opened 5 years ago

Scratchydisk commented 5 years ago

When developing with Visual Studio, and the Visual Micro extension, you can take advantage of the Shared Library features. The main advantage is the library code doesn't have to reside in any of the Arduino special folders.

This change is simply adding the shared project file that was generated by Visual Micro.