Alteris is a javascript data parsed, merge the simplicity of other lenguages in just 1kb 👌, this library its build on ES6 for better performance 💪, you can get all data compatibility for javascript objects. ⚡
Install 🌍
Npm install
npm i alteris
Local install
git clone https://github.com/BlobySoftware/Alteris.git
CDN
https://blobysoftware.github.io/Alteris/alteris.js
Using 🛠️
Import functions
Or use script tag for local
Object Convertions:
let obj = name:'Alex' pass:123 \\Obj to arrayobj; \\name alex pass 123 \\Obj to stringobj; \\"name:alex, pass:123"
Array Convertions:
let arry = "a" "l" "t" "v" "1" 3; \\Arry to stringarry; \\"altv13" \\Arry to objarry; \\a:"l" t:"v" 1:3 \\Arry to intarry; \\NaNarry \\13
String Convertions:
let str = "hello world, :3" \\Str to arraystr; \\"h""e""l""l""o"" ""w""o""r""l""d"","":"3str; \\"hello" "world, :3"str; \\"hello world" ":3" \\Str to intstr; \\NaNstr; \\ 3 \\Str to objectstr \\ hello: 'world' ",:" : 3str \\ 0:"h" 1:"e" 2:"l" 3:"l" 4:"o" ...
- If you pass true to ObjectFunction in string data the object assign a default key for each character
- You can select the separator of words in array convertion
Number Convertions:
let num = 3577 \\Num to arraynum; \\3 5 7 7 \\Num to stringnum; \\"3577" \\Num to objectnum; \\3: 5 7: 7
LICENSE
MIT 2019 all rights reserved.
AUTHOR
BlobySoftware®, Alex Santos