I wanted to NDJSON. However, JSON doesn’t support keywords, and I have no idea how to map an alist to an object or an array automatically. So I wonder if there is any format for storing a large number of S-expressions instead.

  • Elias Mårtenson
    link
    fedilink
    12 years ago

    @vi21 I just looked up ndjson and realised that I had misunderstood what it does. I was thinking of that binary json format (bson I think?).

    My apologies for giving you irrelevant answers.

    • @vi21OP
      link
      12 years ago

      Conspack is useful to me since my program currently saves serialized data to RocksDB. Anyway, I think it may be convenient to be able to work without the RockDB layer.