summaryrefslogtreecommitdiff
path: root/packages/fcl-json/src
Commit message (Expand)AuthorAgeFilesLines
* fcl-json: less hintsmattias2021-03-171-1/+1
* * Remove debug writelmichael2021-03-151-2/+1
* * Fix bug ID 38624michael2021-03-152-9/+35
* * Fix bug 38618michael2021-03-141-1/+2
* * Patch from Bart Broersma for issue ID 38622michael2021-03-141-0/+1
* * Allow BOM checkmichael2021-03-092-2/+18
* * Correct line numbermichael2020-11-081-0/+2
* * Fail with trailing garbage in joStrict mode, bug ID 0037837michael2020-11-081-1/+10
* fcl-json: fixed writing boolean lowercase, as expected by readermattias2020-10-031-1/+1
* * More strict behaviour for identifiers, patch by Benito van der Zander (bug ...michael2020-09-291-13/+24
* * Fix more strict handling of numbers (bug ID 37840, patch by Benito van der ...michael2020-09-291-17/+34
* * Fix bug 37592, improved error message readabilitymichael2020-09-021-2/+3
* * Removed unused assignmentmichael2020-08-211-1/+0
* * Fix memleakmichael2020-08-131-2/+11
* * Avoid reallocating string when parsing unicode char (bug ID 0037562)michael2020-08-131-3/+29
* - remove Writelns from JSONStringToString which were probably adding for debu...svenbarth2020-08-131-4/+0
* * Remove some warnings/hintsmichael2020-08-081-4/+4
* * Added jdoNullClearsPropertymichael2020-08-081-2/+58
* * Add testcase for jdoIgnoreNullsmichael2020-08-081-3/+2
* fcl-json: less hintsmattias2020-08-081-2/+2
* * Add jdoIgnoreNullsmichael2020-08-071-2/+4
* * Make sure tests run in pas2js. Reduce ifdefsmichael2020-08-011-451/+753
* fcl-json: added include filemattias2020-07-262-2/+11
* * Remove some compiler warningsmichael2020-07-241-7/+1
* * Add joIgnoreDuplicatesmichael2020-07-242-2/+3
* * Prevent warningmichael2020-07-241-0/+2
* * Fix bug ID 37367michael2020-07-161-7/+8
* * Better fix for bug ID 0037352michael2020-07-151-3/+4
* * Fix bug ID 37352michael2020-07-152-12/+29
* * don't assume stream is at position=0 mantis #0037332marco2020-07-121-1/+1
* pas2js: Pascal descendent from JS function: inherited calls ancestor functionmattias2020-06-281-1/+1
* * CeateArray uses 0-based loopmichael2020-05-051-1/+1
* * Better uses clause for Delphi, less warningsmichael2020-05-041-1/+2
* * Fix clearing of arrays and recursive definitions for arraysmichael2020-04-301-11/+72
* fcl-passrc: resolver: mode delphi: allow member with same name as ancestor me...mattias2020-04-241-32/+14
* * Refactored ObjectToJSON so descendents have more control (bug ID 36803)michael2020-04-181-14/+32
* fcl-passrc: specialize generic constraintsmattias2019-09-081-10/+2
* * Additional case where whitespace can mess up (bug ID 36037)michael2019-09-021-2/+10
* fcl-json: fixed compile with fpc 3.0.4mattias2019-09-011-1/+3
* * Fix whitespace handling due to new structuremichael2019-09-011-1/+1
* * Speed rework, second iterationmichael2019-08-311-46/+56
* * Speed improvements, iteration 1michael2019-08-314-57/+122
* * Add WideString support in json string constructormichael2019-08-241-0/+1
* * Fix bug 0035985michael2019-08-201-0/+1
* pastojs: fixed compile under nodejsmattias2019-02-271-0/+4
* fcl-json: less hintsmattias2019-02-261-3/+3
* * Fix bug ID 35113michael2019-02-254-10/+63
* - Refix changes overwritten by Mattias michael2019-02-151-1/+1
* pastojs: helpers: access helper fields from methodmattias2019-02-031-4/+3
* * Fix wrong typecast, fix warning when compilingmichael2019-02-021-3/+4