You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be open to a PR with some refactoring of GNATCOLL.JSON to add the Aggregate aspect to JSON_Array as well as a new JSON_Object type to allow for easier creation of JSON values using syntax similar to JSON_Object'("A" => 1, "B" => JSON_Array'(2, 3.45, "6"))? This would also of course introduce a dependency on Ada 2022.
The text was updated successfully, but these errors were encountered:
Hello @liampwll, although this idea is very interesting, we will need to wait a bit before introducing a dependency on Ada 2022. You can still propose a PR, which we will merge once we are ready to accept such a dependency.
Would you be open to a PR with some refactoring of
GNATCOLL.JSON
to add the Aggregate aspect toJSON_Array
as well as a newJSON_Object
type to allow for easier creation of JSON values using syntax similar toJSON_Object'("A" => 1, "B" => JSON_Array'(2, 3.45, "6"))
? This would also of course introduce a dependency on Ada 2022.The text was updated successfully, but these errors were encountered: