Hello,
I want to use a custom Json scanner, e.g. for calls to FpJson.GetJson. The easiest thing would be overrinding the TJsonParser constructors and replace the FScanner:=TJSONScanner.Create calls with custom ones. However, unfortunately, the FScanner field is private, so no access possible.
Is there a way to achieve that without having to maintain a complete copy of all fcl-json files?