# USDL **Repository Path**: MouseZhang/usdl ## Basic Information - **Project Name**: USDL - **Description**: USDL is universal simple data language, which is designed to be easy to parse and easy to use. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-06 - **Last Updated**: 2024-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # USDL ## Introduction USDL is universal simple data language, which is designed to be easy to parse and easy to use. ## Syntax USDL's syntax is very simple, it's just a list of key-value pairs, like this: ``` { = 123.456 ; = "string" ; = [1, 2, 3, [4, 5, 6]] ; = { = 123 ; = "string" ; } ; } ```