Skip to content

Instantly share code, notes, and snippets.

@Jakobud
Created May 10, 2020 21:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jakobud/069c538d77667db61b67f7a17f349b12 to your computer and use it in GitHub Desktop.
Save Jakobud/069c538d77667db61b67f7a17f349b12 to your computer and use it in GitHub Desktop.
SalesForce Commerce Cloud dump Object into JavaScript console in ISML
<script>console.log(JSON.parse('<isprint value="${JSON.stringify(someObject)}" encoding="jsonvalue"/>'));</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment