Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valdirmendesdev/abap-json-encoder-decoder
One more JSON Encoder/Decoder in ABAP
https://github.com/valdirmendesdev/abap-json-encoder-decoder
Last synced: 6 days ago
JSON representation
One more JSON Encoder/Decoder in ABAP
- Host: GitHub
- URL: https://github.com/valdirmendesdev/abap-json-encoder-decoder
- Owner: valdirmendesdev
- License: mit
- Created: 2019-10-28T23:55:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T20:41:49.000Z (about 2 years ago)
- Last Synced: 2024-08-02T19:01:50.511Z (4 months ago)
- Language: ABAP
- Homepage:
- Size: 57.6 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- abap-florilegium - abap-json-encoder-decoder
README
# ABAP - JSON Encoder/Decoder
![https://img.shields.io/badge/Coverage-93%2C17%25-brightgreen](https://img.shields.io/badge/Code%20Coverage-93%2C17%25-brightgreen) ![https://img.shields.io/badge/Unit%20Tests-54%20passed-brightgreen](https://img.shields.io/badge/Unit%20Tests-54%20passed-brightgreen)
One more JSON Encoder/Decoder tool in/for ABAP language.
It is based on Golang Json enconding package implementation.
## Required Package/Dependencies
* None## Installation
Install via [abapGit](https://docs.abapgit.org/) using the online or offline option. *(Make sure you are using the abapGit latest version)*
## How to works?
Documentation under construction...
## How to use?
Documentation under construction...