UNPKG

fracturedjsonjs

Version:

JSON formatter that produces highly readable but fairly compact output

13 lines (12 loc) 204 B
export declare enum JsonItemType { Null = 0, False = 1, True = 2, String = 3, Number = 4, Object = 5, Array = 6, BlankLine = 7, LineComment = 8, BlockComment = 9 }