sbcgua / ajson

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

Using ajson in BTP/Cloud ABAP #184

Open G3GDan opened 2 months ago

G3GDan commented 2 months ago

A query at this stage - but it may become an issue.

Has anyone attempted to use ajson in the context of BTP? We're planning a shift to Public Cloud so no lift and shift of code. I suppose it all starts with getting BTP to talk to github - possibly via an Eclipse plug-in.

Any advice or experiences which can be shared, please?

sbcgua commented 2 months ago

I didn't use it in BTP. @larshp does abaplint have a possibility to check it? (P.S. I tried to configure double platform check last year but didn't manage to do it)

larshp commented 2 months ago

easiest is to install https://github.com/marketplace/abaplint and then there is an example in https://github.com/abap2xlsx/abap2xlsx

also note that the marketplace abaplint works better with pull requests from forks