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...
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"...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.