Tuesday, 2 July 2019

Any way to parse ruby object notation into JSON from nodejs?

I've run into an issue where-in I need to be able to parse a ruby object string into JSON, which is easy enough to do FROM ruby (eg object.to_json), but I was wondering if there's a way to do it natively from node? Like a package for parsing ruby objects, etc.Anyone know of any packages designed to do this? I just need to parse simple ruby objects, nothing complex like functions, just arrays and strings.

Submitted July 02, 2019 at 07:12AM by redis_help

No comments:

Post a Comment