#ifndef TREE_SITTER_JSON_H_
#define TREE_SITTER_JSON_H_

typedef struct TSLanguage TSLanguage;

#ifdef __cplusplus
extern "C" {
#endif

extern TSLanguage *tree_sitter_json();

#ifdef __cplusplus
}
#endif

#endif // TREE_SITTER_JSON_H_
