Parse json, where the modifying part is in "query".
diff --git a/cmd/termmapper/main.go b/cmd/termmapper/main.go
index d8ff609..9d45bbc 100644
--- a/cmd/termmapper/main.go
+++ b/cmd/termmapper/main.go
@@ -151,7 +151,7 @@
 		}
 
 		// Apply mappings
-		result, err := m.ApplyMappings(mapID, mapper.MappingOptions{
+		result, err := m.ApplyQueryMappings(mapID, mapper.MappingOptions{
 			Direction: direction,
 			FoundryA:  foundryA,
 			FoundryB:  foundryB,