Skip to content

Instantly share code, notes, and snippets.

View Useems's full-sized avatar
🐳

Marcos André Useems

🐳
View GitHub Profile
swagger: '2.0'
info:
description: Planos e Assinaturas
version: 1.0.0
title: Planos e Assinaturas
basePath: /v2
host: api.zoop.ws
securityDefinitions:
basicAuth:
type: basic
@tocuto
tocuto / STable.lua
Last active January 18, 2019 14:52
STable: Turns tables to string and viceversa
--[[
STable - By Tocutoeltuco
Allows:
- String indexes
- Numeric indexes
- String values
- Numeric values
- Boolean values
- Table values (backreference/circular tables allowed! (_G._G = _G))