You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to replace text strings containing newlines (aka \n) with an array of individual lines.
This could be added to jmespath as a simple split() function to complement the existing join() command. But I think the most helpful bits would be in the jsonformat command. This would make multiline text blobs much more readable, the purpose is less about programmatic manipulation.
The text was updated successfully, but these errors were encountered:
Add ability to replace text strings containing newlines (aka
\n
) with an array of individual lines.This could be added to
jmespath
as a simplesplit()
function to complement the existingjoin()
command. But I think the most helpful bits would be in thejsonformat
command. This would make multiline text blobs much more readable, the purpose is less about programmatic manipulation.The text was updated successfully, but these errors were encountered: