(K. Scott Allen) In part 1 we looked at the basic use of native promises in JavaScript 2015. In this post we’ll look at how to compose and chain promises.
Tag: JSON / JAVA / XML
Graphic Elements in HTML5
(Pankaj Bajaj) In HTML5 we can draw graphics using HTML elements instead of depending on images or third-party components like Flash.
New JSON Schema Editor and Data Mapping Debugger Debut in Altova Version 2016
(Erin Cavanaugh) We are excited to announce details of the latest release of Altova MissionKit desktop developer tools and server software products. Version 2016 includes full Windows 10 compatibility and updated relational database support across the product line, and it also introduces some new fe
Graphic Elements in HTML5
(Pankaj Bajaj) In HTML5 we can draw graphics using HTML elements instead of depending on images or third-party components like Flash.
New JSON Schema Editor and Data Mapping Debugger Debut in Altova Version 2016
(Erin Cavanaugh) We are excited to announce details of the latest release of Altova MissionKit desktop developer tools and server software products. Version 2016 includes full Windows 10 compatibility and updated relational database support across the product line, and it also introduces some new fe
jWrite – a really simple JSON writer in C
(tonywilk) jWrite is a simple way of writing JSON to a char buffer in C, directly from native variables. It manages the output buffer so you don’t overrun, it handles all the fiddly quotes, brackets and commas and reports where you have tried to create invalid JSON.
OPENJSON – The easiest way to import JSON text into table
(Jovan Popovic) In SQL Server 2016 will be added a new table value function that can transform JSON text into row(s). In this post I will show how you can directly insert/update table rows using JSON objects.
jWrite – a really simple JSON writer in C
(tonywilk) jWrite is a simple way of writing JSON to a char buffer in C, directly from native variables. It manages the output buffer so you don’t overrun, it handles all the fiddly quotes, brackets and commas and reports where you have tried to create invalid JSON.
OPENJSON – The easiest way to import JSON text into table
(Jovan Popovic) In SQL Server 2016 will be added a new table value function that can transform JSON text into row(s). In this post I will show how you can directly insert/update table rows using JSON objects.
Convert CSV File to XML With DataTable
(Emiliano Musso) In this short article, we’ll see how to convert a common CSV file into its XML representation, using Visual Basic .NET and the powerful functionalities of DataTable objects.
