# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/zhgvipq
jsonparser 爲什麼比 encoding-json 快 10 倍**
概述\\-\\- jsonparser 是一個開源 JSON 包,號稱比標準庫 JSON 包性能高 10 倍 (具體情況取決於具體的負載大小和數據情況),內存分配優化到 0。 項目的目標是在不犧牲開發者用戶體驗和保持包 API 簡潔的前提下,儘可能地提升 JSON 操作的性能。基準測試----官方給出了 3 種類型 的基準測試結果,分別是 少量數據、中等數據 和 大量數據 情況下的 JSON 負載。js ⌘ Read more