Last active
October 1, 2015 14:18
-
-
Save mtyaka/06ea829f342694b1013b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var count = 0; | |
json.layout.pages.set.forEach(function(set) { | |
if (set.count) { | |
count += set.print_page.length; | |
} | |
}); | |
console.log('COUNT', count); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment