/* * File: json_parser.c * Author: Arthur Brandao * * Created on 29 octobre 2018 */ #include <stdio.h> #include <stdlib.h> #include "json.h"