namespace Implab.Formats.JSON { /// /// internal /// enum JSONElementContext { None, Object, Array, Closed } }