HEDL WASM - Basic Example
Loading WASM module...
Convert to JSON
Format HEDL
Validate
Clear
HEDL Input
%VERSION: 1.0 %STRUCT: User[id,name,email,role] %STRUCT: Post[id,title,content,views] %NEST: User > Post %ALIAS: %active: "true" %ALIAS: %admin: "admin" --- users: @User |alice,Alice Smith,alice@example.com,%admin |post1,Hello World,My first post,150 |post2,HEDL Intro,Introduction to HEDL,320 |bob,Bob Jones,bob@example.com,user |post3,Getting Started,How to get started,95 |charlie,Charlie Brown,charlie@example.com,user settings: active: %active maxUsers: 1000 features: [analytics,search,export]
Output
Waiting for conversion...
Statistics
-
Schemas
-
Entities
-
HEDL Tokens
-
JSON Tokens
-
Token Savings