diff --git a/src/jsx_to_json.erl b/src/jsx_to_json.erl index c907e98..6d8e2b8 100644 --- a/src/jsx_to_json.erl +++ b/src/jsx_to_json.erl @@ -88,7 +88,6 @@ parse_config([], Config) -> init(Config) -> {[], parse_config(Config)}. - handle_event(end_json, {Term, _Config}) -> Term; handle_event(start_object, State) -> start_object(State);