fnproject/fdk-ruby

The JSON delimiter in this needs some hardening, will probably break on a body with unmatching squiggly brackets

Closed this issue · 1 comments

It tries to find each json object by counting brackets, but it doesn't take into account a body that has something like this: abc }

Need to skip all the brackets in the body by checking escape sequences or something (all body values should be escaped).

This issue can be closed now - fixed by PR #6