netmail-open / wjelement

advanced, flexible JSON manipulation in C
GNU Lesser General Public License v3.0
108 stars 56 forks source link

Can WJElement provide a way to retrieve any number value as same format as their original format? #75

Open plumsli opened 6 years ago

plumsli commented 6 years ago

I know WJElement has parsed the number value and stored it into number type (double / integer), so when trying to get the value, we lose the original format of the value. Can WJElement provide a way to return more information of the original value? Maybe when calling WJEString() on a number value can return the original string type of the value?