License | MIT |
---|---|
Maintainer | @tylerjl |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Solutions to the day 12 set of problems for adventofcode.com.
Synopsis
- jsonSum :: ByteString -> Int
- jsonSumFixed :: ByteString -> Int
Documentation
:: ByteString | JSON input string |
-> Int | Summation of all nested numeric values |
Sum all numbers in a JSON-like structure
:: ByteString | JSON input string |
-> Int | Summation of all nested numeric values |
Sums all numbers in a JSON-like structure with a specific filter