Skip to content

fcl-json: add support to create JSONObject with QWord values

Luiz Américo requested to merge blikblum/fpc:json-qword into main

Currently trying to create a TJSONObject with a QWord value leads to "Unknown type in JSONObject constructor: 17" error

This MR fixes that. With tests.

Merge request reports