https://github.com/tenmax/dblk-protokit
DoubleClick ADX bidrequest and bidrespone json2proto and proto2json utils
https://github.com/tenmax/dblk-protokit
Last synced: 8 months ago
JSON representation
DoubleClick ADX bidrequest and bidrespone json2proto and proto2json utils
- Host: GitHub
- URL: https://github.com/tenmax/dblk-protokit
- Owner: tenmax
- Created: 2017-06-16T03:50:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T13:16:42.000Z (about 9 years ago)
- Last Synced: 2024-12-28T01:13:47.836Z (over 1 year ago)
- Language: Java
- Size: 7.81 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dblk-protokit
DoubleClick ADX bidrequest and bidrespone json2proto and proto2json utils
# proto2json
Convert DoubleClick ADX json format bidrequest and bidrespone to protobuf format
- Command:
````json2proto ````
- Example:
````json2proto REQ bidrequest.json````
# json2proto
Convert DoubleClick ADX protobuf format bidrequest and bidrespone to json format
- Command:
````proto2json ````
- Example:
````proto2json REQ bidrequest.proto````