UI Deploy

Curated, Short, Web UI Dev we Love.

Extraction Library - Query-Based Tree Extraction for JavaScript Object Graphs

Extraction is a small JavaScript library for extracting object trees from arbitrary object graphs. Object graphs usually have cycles and contain many information. Hence, the clue is that the extracted object trees use links to break object reference cycles and can be just partial by leaving out non-requested information. The tree extraction is controlled with a custom JSON-style query language. The object tree is structurally derived from the object graph, but contains no references to the original objects and hence can be further mutated by the caller.

view source

Advertisement