This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interaction": { | |
"hashtags": [ | |
"big data", | |
"data science", | |
"cloud" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[LINKS :iter = list_iterator(interaction.hashtags)] | |
ID = interaction.id | |
HASHTAG = :iter._value |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interaction": { | |
"id": 12345, | |
"tag_tree": { | |
"skills": { | |
"programming": ["PHP", "Java"] | |
} | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[TAGS :iter = leaf_iterator(interaction.tag_tree)] | |
PATH = :iter._path | |
VAL = :iter._value |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interaction": { | |
"content": "Check out my holiday pics, Venice was beautiful!", | |
"source": "Twitter for iPhone" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interaction": { | |
"content": "Check out my holiday pics, Venice was beautiful!", | |
"source": "Twitter for iPhone", | |
"tag_tree": { | |
"device": { | |
"model": [ | |
"iPhone" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interaction": { | |
"content": "Check out my holiday pics, Venice was beautiful!", | |
"source": "Twitter for iPhone", | |
"tag_tree": { | |
"device": [ | |
"iPhone" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interaction": { | |
"content": "Check out my holiday pics, Venice was beautiful!", | |
"source": "Twitter for iPhone" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interaction": { | |
"content": "I might buy one, but they look quite expensive" | |
}, | |
"tag_tree": { | |
"sales": { | |
"lead_score": 15 | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interaction": { | |
"content": "I might buy one, but they look quite expensive" | |
} | |
} | |
{ | |
"interaction": { | |
"content": "It looks brilliant, but I've heard it's unreliable" | |
} |