https://github.com/factomproject/serializecheck
Verify serialization of factom objects
https://github.com/factomproject/serializecheck
Last synced: 8 months ago
JSON representation
Verify serialization of factom objects
- Host: GitHub
- URL: https://github.com/factomproject/serializecheck
- Owner: FactomProject
- Created: 2017-05-24T15:07:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T14:34:34.000Z (over 8 years ago)
- Last Synced: 2025-04-11T05:42:36.533Z (10 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SerializeCheck
Checks a hex string to see if it serializes correctly and returns the JSON version of the struct
## Usage
```
serializeCheck FLAGS TYPE HEXSTRING
```
### Types
- eblock
- dblock
### Flags
- `-i` : Indents the json result to be human readable