colearendt / tidyjson

Tidy your JSON data in R with tidyjson
Other
182 stars 14 forks source link

Fix #131 #137

Closed ramiromagno closed 2 years ago

ramiromagno commented 2 years ago

Add jdouble() and jinteger(). junmber() is aliased to jdouble(), and can still be used, however jdouble() should be preferred as it is less ambiguous.

ramiromagno commented 2 years ago

Thanks for the feedback.