Skip to content

Commit

Permalink
Update replaceNullsWithEmptyStrings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmano1 authored Oct 14, 2023
1 parent 1260f82 commit 3f66e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replaceNullsWithEmptyStrings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Recursive function to replace null values with empty strings in a JSON object.
// Courtesy of Tony Germano from Mirth Slack aks @tonygermano on GitHub
// Courtesy of Tony Germano from Mirth Slack aka @tonygermano on GitHub
// Usage: replaceNullsWithEmptyStrings(msg);

function replaceNullsWithEmptyStrings(obj) {
Expand Down

0 comments on commit 3f66e5f

Please sign in to comment.