Comment by amelius 4 hours ago But JSON uses floats, not integers. 2 comments amelius Reply Shish2k 41 minutes ago javascript uses floats as its own default numeric data type; but other languages do have integers, and might want to convert those integers into a JSON (string) representation bee_rider 2 hours ago Does it really? I assumed it used strings.
Shish2k 41 minutes ago javascript uses floats as its own default numeric data type; but other languages do have integers, and might want to convert those integers into a JSON (string) representation
javascript uses floats as its own default numeric data type; but other languages do have integers, and might want to convert those integers into a JSON (string) representation
Does it really? I assumed it used strings.