Skip to content

issues Search Results · repo:VBA-tools/VBA-JSON language:"Visual Basic .NET"

Filter by

245 results
 (91 ms)

245 results

inVBA-tools/VBA-JSON (press backspace or delete to remove)

Hi, it s very clear from the example how to read and write objects, or to read arrays, but it took embarrassingly long for me to work out how to write to arrays. It would have been very useful to me to ...
  • cardinal-tom
  • Opened 
    14 days ago
  • #282

I want get the first id value of schedule- 2024- 6th, how to use the vba-json? json as belows. { code : 0001 , message : success , schedule : { 2024 : { 6th :[ { id : 1699 , strong_base_id : 688 , schedule ...
  • poplarfeng
  • 5
  • Opened 
    on Jan 2
  • #280

Given this JSON template, i m trying to populate rows in and XLS with each SortedCompetitors and each row with each LapTimes--basically a table of cars with their lap time I can get a the session and ...
  • KrisKasprzak
  • 1
  • Opened 
    on Oct 8, 2024
  • #276

I m currently using the VBA JSON converter for a project I m working on, but due to the size of the JSON string (the actual saved file is ~43kb), vba crashes after closing the subroutine which contains ...
  • PlayfulPiano
  • 10
  • Opened 
    on Sep 23, 2024
  • #275

I m sure I m not handling this properly, but I have this JSON in which some records have nested arrays, and some do not. I need to put a blank value when the nested array is NULL. Here s my current VBA: ...
  • EPiSKiNG
  • 10
  • Opened 
    on Jul 10, 2024
  • #274

Private Function json_Encode(ByVal json_Text As Variant) As String Reference: http://www.ietf.org/rfc/rfc4627.txt Escape: , , /, backspace, form feed, line feed, carriage return, tab Dim json_Index As ...
  • jinex91
  • 2
  • Opened 
    on May 24, 2024
  • #272

Hi, I receive an unusal JSON like that : [{ A : aaa , Date : 2021-08-03 , C : ccc , E : eee , H : hhh , G : ggg , Status : on }, { A : b , Date : 2022-06-20 , C : d , E : fff , H : hhh , G : ggg , Status ...
  • JeromePilot
  • 2
  • Opened 
    on May 22, 2024
  • #271

I want to convert a Json bject to String,so I used JsonConverter.ConvertToJson fuction my test case Json object is { stringKey : 2024051090001075 } after use JsonConverter.ConvertToJson, my expect str ...
  • Douglas87
  • 1
  • Opened 
    on May 11, 2024
  • #270

I got this working for an Access Query I needed to export to JSON each month. Did a top 10 for testing and it was working well. Finished in seconds Now I tried it with 60k records and ~20 columns and ...
  • budddemarketing
  • 1
  • Opened 
    on Apr 30, 2024
  • #269
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub