It's not misleading. It's a JSON parser written in 6502 assembly language. The C stuff is just things you may or may not want to do with a JSON parser (json65-file.c to parse the content of a given FILE, json65-tree.c to deserialize JSON into a tree data structure).