pub fn parse<'a, 'bump>( json_buf: &'a [u8], allocator: &'bump Bump ) -> Result<JsonValue<'bump>, JsonError>