Script to copy a reference _tag_ field into other json objects, and script to count by unique json field

This commit is contained in:
Javier Quinones
2026-08-17 10:47:33 -05:00
parent 2cb5a4e505
commit 37d787ce74
2 changed files with 27 additions and 0 deletions

4
countTypes.jq Normal file
View File

@@ -0,0 +1,4 @@
.
| .tags
| map(.typeId)
| unique