rcdmk / aspJSON

A fast classic ASP JSON parser and encoder for easy JSON manipulation to work with the new JavaScript MV* libraries and frameworks.
MIT License
203 stars 89 forks source link

Brought version of JSONarray in sync with JSONobject. #62

Closed MarcoMiltenburg closed 6 years ago

MarcoMiltenburg commented 6 years ago

It looks the version number of JSONarray hasn't been updated in a while and I think it should be the same as the version number of JSONobject.

rcdmk commented 6 years ago

Hi.

The versions are different because they are different classes. The main version is the one from the jsonObject. There is no need to update the jsonArray class since it didn't changed.

Thank you anyway.