awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesCallback-Driven Iterators

Walking through JSON arrays or objects element by element, processing each value or key-value pair with a callback function.

Distinct from JSON Object Iteration: Distinct from JSON Object Iteration: covers both array and object iteration with callback-driven processing.

Explore 1 awesome GitHub repository matching data & databases · Callback-Driven Iterators. Refine with filters or upvote what's useful.

Awesome Callback-Driven Iterators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • buger/jsonparserالصورة الرمزية لـ buger

    buger/jsonparser

    5,629عرض على GitHub↗

    jsonparser is a Go library for parsing, extracting, and modifying JSON data by key path without requiring predefined structs or type schemas. It uses a deterministic state machine to parse JSON directly from byte slices, enabling zero-copy traversal and lazy typed value extraction. The library provides key-path-based navigation to retrieve raw bytes and typed values from nested JSON structures, supporting extraction of strings, integers, floats, and booleans. It also enables in-place value modification and deletion at specified key paths, as well as iteration over arrays and objects using cal

    Walks through JSON arrays or objects element by element, processing each value or key-value pair with a callback function.

    Gogojsonjson-parser
    عرض على GitHub↗5,629
  1. Home
  2. Data & Databases
  3. Key-Value Store Iterators
  4. JSON Object Iteration
  5. Callback-Driven Iterators