{
	"id": "null_separation",
	"sort_order": 21,
	"name": "Null Separation",
	"description": "output everything after the first zero in the input data",
	"stages": [{
		"input": "9834726\u0000Hello, worlg!",
		"output": "Hello, worlg!"
	},{
		"input": "aonmbgoirf\u0000this is just to make sure you don't hardcode the output for a better score",
		"output": "this is just to make sure you don't hardcode the output for a better score"
	}]
}