» frame | home browse filter search | refresh | log on
tx   printed 18/05/2024 23:06:08 by anonymous

edit filter filter... summary... rss...

parse: 0ms build: 0ms query: 5ms

 projects
 jsonDoc
 jsonV

 'beautify'

eventueel via clipboard, gewoon door AsString?

weight: 0 c: wo 24/04

 projects
 jsonDoc
 jsonV

 "folder of *.json" mode

weight: 0 c: 24/08/2023

 projects
 jsonDoc

 afkijken van McJSON

https://github.com/hydrobyte/McJSON 

weight: 0 c: 7/02/2023

 projects
 jsonDoc

 "jsonGen": tool om Delphi+jsonDoc code te schrijven op basis van bestaande JSON

vooral arrays met documenten: IJSONDocArray's klaarzetten bij parsen,

en iteration voorzien

weight: 0 c: 6/01/2023 m: 6/01/2023

 projects
 jsonDoc

 'ignorable' IJSONDocument

parser herkent de specifieke interface, zodat die bij het parsen het volledige document kan 'overslaan' (zoals bij IJSONDocArray gebeurt, maar daar wordt begin-eind-indexes bewaard voor uitgesteld parsen)

weight: 0 c: 8/12/2022

 projects
 jsonDoc

 function Json: support '['

weight: 0 c: 03/2022 m: 03/2022

 projects
 jsonDoc
 jsonV

 search: [X] bottom-right

weight: 0 c: 06/2021

 projects
 jsonDoc
 jsonV

 percentage of data in (sub-)key

extend IJSONDocument to get byte count while parsing?

weight: 0 c: 12/2020

Stijn Sanders reported on vr 24/04/2020 11:53:12 'IJSONDocExtend'

tokens: priority low

 projects
 jsonDoc

 'IJSONDocExtend'

interface:

weight: 300 c: 04/2020

tokens: priority low

 projects
 jsonDoc
 jsonV

 'debug JSON': named pipe, JSON's aanvaarden om te tonen

weight: 0 c: 12/2019

 projects
 jsonDoc
 jsonV

 kleurtjes naar value type

weight: 0 c: 10/2019

 projects
 jsonDoc

 run tests

like these

http://seriot.ch/parsing_json.php

weight: 0 c: 08/2019

 projects
 jsonDoc

 relaxed json

weight: 0 c: 08/2019

Stijn Sanders reported on di 13/08/2019 21:39:36 support backticks "´"

tokens: priority low

 projects
 jsonDoc

 support backticks "´"

weight: 300 c: 08/2019

tokens: priority low

 projects
 jsonDoc
 jsonV

 support ".jsonz"

weight: 0 c: 01/2019 m: 01/2019

Stijn Sanders reported on vr 13/07/2018 16:34:07 Json test suite

zeker de voorbeeldjes van deze eens doen:
https://github.com/stijnsanders/jsonDoc/blob/master/doc/The_jsonDoc_PlayBook.md 

 projects
 jsonDoc

 ParseFromStream

voor echt grote bestanden...

eventueel in combinatie met (één of meer) IJSONDocArray's?

weight: 0 c: 07/2018

Stijn Sanders reported on vr 13/07/2018 16:28:45 shorthand for VarArrayOf

function ja([]) geeft al een IJSONArray...

Stijn Sanders reported on di 3/07/2018 18:08:16 split JSON from IDocument

references: see also:

jsonXML

 projects
 jsonDoc

 split JSON from IDocument

and DocToJSON, DocFromJSON, BSON, XML, TOML, YAML...

weight: 0 c: 07/2018

references: 

 projects
 jsonDoc
 jsonV

 auto-expand while count=1

niet alleen eerste niveau...

weight: 0 c: 03/2018

 projects
 jsonDoc

 UBJSON

http://ubjson.org/type-reference/

weight: 0 c: 02/2018

Stijn Sanders reported on do 30/03/2017 0:49:15 find out how to avoid VarCopy's on arrays

v1.1.1: use PVariant where possible (tie in to variant lifetime management)

 projects
 jsonDoc

 VarGetArrayValue: use single VarArrayLock?

problem: different strides depending on var array element type

weight: 0 c: 03/2017

Stijn Sanders reported on wo 8/03/2017 23:58:49 shorthand for VarArrayOf

v1.1: '[' value changed to '{' key suffix already...

 projects
 jsonDoc

 find out how to avoid VarCopy's on arrays

tried with VarArrayRef, but doesn't appear to be repeatable...

weight: 0 c: 03/2017

Stijn Sanders reported on wo 8/03/2017 23:57:19 ToString: beautified (extra whitespace,indenting)

now on IJSONDocumentArrayBuilder

Stijn Sanders reported on wo 8/03/2017 23:56:24 enumerator: convert [{id:1},{id:2}...] to {1:{},2:{}...} on the fly

references: related to

'doc as array'

Stijn Sanders reported on di 7/03/2017 23:37:38 ToString: beautified (extra whitespace,indenting)

some work done with JSONDOC_STOREINDENTING

Stijn Sanders reported on vr 2/12/2016 20:38:02 Json test suite

http://go.theregister.com/feed/www.theregister.co.uk/2016/11/01/json_parsers_tested/ 

 

 projects
 jsonDoc

 Json test suite

https://github.com/nst/JSONTestSuite 

weight: 0 c: 10/2016

 projects
 jsonDoc

 alternative IJSONDocument implementation: sorted keys

eventueel met 'shared keys dictionary'?

plus: centrale 'factory'? die JSON.Parse gebruikt?

weight: 0 c: 07/2016

 projects
 jsonDoc

 comma-separated JSON support?

http://www.kirit.com/Comma%20Separated%20JSON 

weight: 0 c: 06/2016 m: 06/2016

 projects
 jsonDoc

 jsonV

weight: -1000 c: 05/2016

 projects
 jsonDoc
 jsonV

 jsonV: copy JSON

beautified? fragment by current node?

weight: 0 c: 05/2016

 projects
 jsonDoc
 jsonV

 jsonV: sort children

weight: 0 c: 05/2016

Stijn Sanders reported on do 18/02/2016 14:23:01 'doc as array'

references: see also:

parse array

 projects
 jsonDoc

 'doc as array'

when instead of [{id:"1"},{id:"2"},...] this is used: {"1":{},"2":{},...}

also use IJSONEnumerator?

weight: 0 c: 02/2016

references: 

 projects
 jsonDoc

 shorthand for VarArrayOf

idea: change '[' in JSON([]) to '{' and have '[' insert an array (up to end or ']')

weight: 0 c: 02/2016

 projects
 jsonDoc

 jsonXML

ToString overnemen, maar dan met <rootnode> en elke array duplicaten in nodes met dezelfde naam

parsen: schema? negeren? automatisch meervoudige omzetten in een array?

weight: 0 c: 12/2015

 projects
 jsonDoc

 enumerator: convert [{id:1},{id:2}...] to {1:{},2:{}...} on the fly

weight: 0 c: 12/2015

references: 

 projects
 jsonDoc

 query took zoals jq?

https://stedolan.github.io/jq/manual/ 

weight: 0 c: 11/2015

 projects
 jsonDoc

 get undefined key: varEmpty (instead of varNull)?

weight: 0 c: 11/2015

 projects
 jsonDoc

 JSONB (volgens postgres)

weight: 0 c: 11/2015

Stijn Sanders reported on vr 30/10/2015 10:29:48 ToString: beautified (extra whitespace,indenting)

tokens: in progress

 projects
 jsonDoc

 ToString: beautified (extra whitespace,indenting)

weight: -50 c: 10/2015

tokens: in progress

 projects
 jsonDoc

 mustache: lambda via interfaces

https://github.com/mustache/spec/blob/master/specs/~lambdas.yml 

weight: 0 c: 07/2015

 projects

 jsonDoc

weight: -1000 c: 07/2015