awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesCyclical Object Handlers

Capabilities for encoding and recovering JavaScript objects with circular references using JSONPath links.

Distinct from JavaScript Object References: Distinct from JavaScript Object References: focuses on serializing circular references, not creating references for .NET interop.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Cyclical Object Handlers. Refine with filters or upvote what's useful.

Awesome Cyclical Object Handlers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • douglascrockford/json-jsAvatar douglascrockford

    douglascrockford/JSON-js

    8,724Vezi pe GitHub↗

    This is a JavaScript library for parsing and serializing JSON data, with a particular focus on handling objects that contain circular references. It provides a standard JSON parser that reads text and reconstructs JavaScript values without using the eval function, guarding against code injection, alongside a standard serializer that converts objects into JSON strings for data interchange. The library distinguishes itself by offering specialized encoding and decoding for cyclical object graphs. It can serialize objects with circular references by replacing repeated object paths with JSONPath s

    Handles encoding and recovery of JavaScript objects with circular references using JSONPath links.

    JavaScript
    Vezi pe GitHub↗8,724
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Interop
  4. JavaScript Object References
  5. Cyclical Object Handlers