JSON printer implementation.
class json printer
import idealmachinechannelsstring writer
character handler the character handler
private void print value(readonly value the value, string writer result)
private void print string(string the string, string writer result)
private void print integer(integer the integer, string writer result)
private void print list(readonly list[readonly value] the list, string writer result)
private void print dictionary(dictionary[string, readonly value] the dictionary, string writer result)
private void print boolean(boolean the boolean, string writer result)