go("#265") -- json.encode/decode snippetID = input main = getSnippet(snippetID) tree = json.decode(main) for i=1, #tree do line=tree[i] if line[1] == 'include' then print("Include found!", line[2]) end end