bananojsonquery

  1. Mashiane

    B4J Library SQLite 2 JavaScript / JSON

    Ola I needed to embed a sqlite db as part of a web app i'm working on, but as JavaScript / JSON. This app helps with converting your sqlite db to javascript. This is useful when one wants to use the data for READ ONLY purposes, my case in point. 1. Add the database that you want to be...
  2. Mashiane

    B4J Tutorial BANanoJSONQuery to the rescue: The case of the survey app.

    Ola I have about 125 questions and each question has 1 possible answer from 4 responses. Let me depict everything like this... 1. Responses ( a user should only select one using a radio box) function getResponses(){ let responses = [{"id":"0", "value":"Not at All"}, {"id":"1"...
  3. Mashiane

    B4J Question [BANanoJSONJQuery] How To Sort Key Value Pairs By Value?

    Ola I'm writing a problem solving app and need to sort a list of key value pairs in descending order, for example, this is a result of my coding.. Dim boQuery As BANanoJSONQuery boQuery.Initialize(boQueryList) 'sort by value desc Dim boQSortDesc As BANanoJSONQuery =...
Top