Changes between Initial Version and Version 1 of perlJsonEncoding


Ignore:
Timestamp:
03/05/18 13:35:44 (6 years ago)
Author:
niles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • perlJsonEncoding

    v1 v1  
     1 
     2Encoding JSON using perl 
     3 
     4Perl is not a language with strict typing. This lack of strict typing can have ramifications for producing JSON output. In our case this matters because the vso_jsoc_fetch.cgi CGI produces JSON that is critical for NetDRMS systems. 
     5