danieljimeneznz / tinyjson

A JSON CPP library for use in memory constraint environments. Originally Designed for the ATtiny841.
MIT License
0 stars 0 forks source link

Unable to access tinyjsonpp->location #3

Closed danieljimeneznz closed 7 years ago

danieljimeneznz commented 7 years ago

Unable to correctly retrieve any of the unsigned int variables from the tinyjsonpp object.

danieljimeneznz commented 7 years ago

Solved by making the value and key pointers. A user should not be accessing location as this is a 'temp' variable. Potential to rename it as such.