jq is useful to slice, filter, map and transform structured json data.
brew install jq
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| public class P8Writer { | |
| public const int RomSize = 0x4300; | |