static Identifier fromJson(var jsonNode, ASTBuilder builder) { return Identifier(jsonNode['name']); }