sbcgua / ajson

Yet another json parser serializer for ABAP
MIT License
49 stars 15 forks source link

json_to_abap - added logic for type time #172

Closed oblomov-dev closed 5 months ago

oblomov-dev commented 5 months ago

never used regex before, but tried to make it as similar as possible to the already existing date logic.

oblomov-dev commented 5 months ago

thank you for reviewing!

sbcgua commented 5 months ago

@larshp abaplint UTs are failing, looks like different initial time behavior. Any quick suggestion? (exclude is an option too)

larshp commented 5 months ago

empty value will trigger the exception right? that is then ignored and initial values given?

larshp commented 5 months ago

fixed, running

sbcgua commented 5 months ago

Thanks Lars !

sbcgua commented 5 months ago

Using the occasion, v1.1.10