czottmann/bearing

Fix broken (?) JSON when dealing with very long return values

czottmann opened this issue · 0 comments

Issue description

It appears JSON.parse has issues with the returned data.

Steps to reproduce the issue

bearing untagged --token=… | jq

What's the expected result?

A clean JSON structure.

What's the actual result?

A JSON structure with obviously cut-apart JSON data as strings.