简体   繁体   中英

passing data structures from java to perl

I would like to pass some data structures from java to perl.

In perl, this should basically be a hash where the keys are strings and each value is either a string, a hash or a hash of hashes.

Is there a way to dump data from java that can be easily parsed by perl?

JSON和YAML是具有Java和Perl实现的序列化标准。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM