https://github.com/shadowapex/perl-parse
Simple Go package for parsing Perl data structures into JSON
https://github.com/shadowapex/perl-parse
Last synced: 6 months ago
JSON representation
Simple Go package for parsing Perl data structures into JSON
- Host: GitHub
- URL: https://github.com/shadowapex/perl-parse
- Owner: ShadowApex
- License: mit
- Created: 2017-11-09T22:07:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T22:08:42.000Z (over 8 years ago)
- Last Synced: 2024-12-29T19:58:14.078Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# perl-parse
This is a simple package for converting Perl data structures into JSON. It
requires the Perl binary installed along with the JSON module.