aspJSON icon indicating copy to clipboard operation
aspJSON copied to clipboard

A fast classic ASP JSON parser and encoder for easy JSON manipulation to work with the new JavaScript MV* libraries and frameworks.

Results 10 aspJSON issues
Sort by recently updated
recently updated
newest added

I'm having an issue with the ASP function converting characters. There is a text field in the database containing the string below: `quotes - ‘""”“` When it is loaded/serialized it...

I have been running in some very slow results and even timeouts when calling LoadRecordSet. Here are some details: Total number of records : 100 rows Total number of columns...

enhancement
fix-on-development-branch

There is an API that responds with JSON arrays. The response can be an empty array `[]` or `[{...}, {...}, {...}]` an array with one or more objects. Here it...

bug
fix-on-development-branch

Hi When I use following process to loop though a array (like JSONarr) which includes special characters like " É " in the JSON, they get currented/converted in the item....

Hi. I wonder if if is possible to add a new parameter on functions LoadRecordset and LoadFirstRecord to allow that the key can be always lower case. I do like...

enhancement

Hi. I use the library adding data using Parse function, but also with the Add and LoadRecordset. the property name doesn't work as expected. Here is hoy I solved it!...

enhancement
fix-on-development-branch

Hi again. I have been working more with the class, and I have some problems when using tinyiny data type on MySQL, because the output the the value is 0,...

enhancement

Hi all. I have been using the aspJSON 3.3.1 and I have no problem by using this: Dim oJSON set oJSON = new JSONobject SqlSelect = "select * from table1"...

bug
fix-on-development-branch

Adds a new property to objects and arrays, allowing the serialization to output only lower case keys: ```asp ``` A new test was added to `test.asp` (`testLowerCaseKeys` flag) to validate...

Found an issue where i would create a JSONArray object then push JSONObjects to it, then ultimately serialize in the end. It would work, but further down the code where...