Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crazywolf132/jungla
- Owner: crazywolf132
- Created: 2020-05-22T00:48:42.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-06T18:51:59.000Z (about 2 years ago)
- Last Synced: 2025-01-18T19:30:30.125Z (23 days ago)
- Topics: backend, data, data-manipulation, easy-to-use, frontend, fullstack, help-wanted, interpreter, language, library, microservices, mobile, nodejs, parser, programming-language
- Language: JavaScript
- Homepage: https://crazywolf132.github.io/Jungla/
- Size: 16.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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
}
}
}
}
}
}```