sbcgua / ajson

Yet another json parser serializer for ABAP
MIT License
53 stars 16 forks source link

additional boolean types #74

Closed larshp closed 3 years ago

larshp commented 3 years ago

add data elements abap_boolean, xsdboolean, flag to be considered as json booleans

these 3 data elements are in the list of released objects for Steampunk

as a second step, I'd like to replace the use of XFELD in the unit tests to one of these 3 types => #75

sbcgua commented 3 years ago

:+1: