Skip to content

crazywolf132/Jungla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jungla

Version 1.2-Beta


What is it?

Jungla is a data manipulation language built to enhance the capabilities of your pre-existing APIs.

Jungla is a language inspired by GraphQL.

What Jungla looks like...

# "extensions.jungla"

{
    some {
        deep {
            down {
                data {
                    id is NUMBER,
                    name is STRING,
                    age,
                    company {
                        name,
                        &address
                    }
                }
            }
        }
    }
}