JDT WASM - JSON Document Transforms

Rust-based JSON Document Transforms (JDT) implementation with WebAssembly support

View the Project on GitHub simbo1905/jdt-wasm

JDT WASM - JSON Document Transforms

A Rust-based implementation of JSON Document Transforms (JDT) with WebAssembly support.

🏠 Main Repository 📦 Examples

What is JDT?

JSON Document Transforms (JDT) is a specification for transforming JSON files using another JSON file as the transformation specification. The default behavior is to merge the transformation into the source, with advanced operations available through transformation verbs.

Transform Verbs:

Key Features:


JDT Specification Documentation

This documentation is derived from the official Microsoft JSON Document Transforms (JDT) project.

Table of Contents

Getting Started

Core Concepts

Transformation Types

About This Documentation

This documentation is derived from the Microsoft JSON Document Transforms Wiki.

Copyright: Copyright (c) Microsoft Corporation. All rights reserved.
License: MIT License
Original Source: https://github.com/microsoft/json-document-transforms

Implementation

This documentation is part of the jdt-wasm project, a Rust-based implementation of JDT with WebAssembly support.