jsonpack
jsonpack copied to clipboard
fix: properly check for array
Closes #24
Added isArray function which uses Array.isArray if it exists and checks for array in the prototype if not.