Open a Lua file and create Object/Array/Table

This page summarizes the projects mentioned and recommended in the original post on /r/lua

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • json.lua

    A lightweight JSON library for Lua

  • JSON https://github.com/rxi/json.lua

  • serpent

    Lua serializer and pretty printer.

  • Maybe you could just serialize your data to a lua file (instead of sql), and read it back as a normal table - and vice versa? If so maybe something like serpent would be of use. It functions as you describe in your last paragraph. I use it just as you describe (i think) for some scripts. Imo lua is perfectly suitable for data storage/retrieval. I figure unless I have a good reason to use something more traditional eg `json` or `sql`, why not just use lua?

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts