iotaledger / access-server

Apache License 2.0
14 stars 3 forks source link

Applied code style guidelines to Access repository. #104

Closed djordjeglbvc closed 4 years ago

djordjeglbvc commented 4 years ago

Removed libfastjson, as we are using system library.

Renamed JSONInterface to datadumper, as it better describes its function.

Merged utils_string into utils module.

Renamed json_parser.{c,h} to json_helper, as it better describes its function.

Issue iotaledger#99

djordjeglbvc commented 4 years ago

This would resolve #99