mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 21:37:26 +08:00

* [AFF] Object handler for INTF * Add JSON handler * hard coded language * adopt to abapLint rules * wip: abaplint * wip: abapLint * adjust to naming conventions * AJSON filtering abapLanguageVersion for serializat * SELECT 7.02; UPPER * abapLint params * filter/remove the empty arrays * reset obj handler to origin/main * add experimental feature to enable AFF serializati * typos, indentation and more * move code to local clas * Update src/objects/zcl_abapgit_object_intf.clas.abap Co-authored-by: Lars Hvam <larshp@hotmail.com> Co-authored-by: Lars Hvam <larshp@hotmail.com>
17 lines
513 B
XML
17 lines
513 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>ZCL_ABAPGIT_JSON_HANDLER</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>abapGit - The object handler for JSON parsing</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|