Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crazywolf132/jungla

🌲🌲🌲 Your new favourite data manipulator
https://github.com/crazywolf132/jungla

backend data data-manipulation easy-to-use frontend fullstack help-wanted interpreter language library microservices mobile nodejs parser programming-language

Last synced: about 17 hours ago
JSON representation

🌲🌲🌲 Your new favourite data manipulator

Awesome Lists containing this project

README

        


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...

```graphql
# "extensions.jungla"

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

```