Skip to content

Commit

Permalink
Features:
Browse files Browse the repository at this point in the history
Bug Fixes/Re-organization:

Samples:

	- Service JSON Parser Converter - Date Entry Array (1, 2)
	- Service JSON Parser Converter - Double Entry #1 (3, 4, 5)
	- Service JSON Parser Converter - Double Entry #2 (6, 7)
	- Service JSON Parser Converter - Double Array Entry #1 (8, 9)
	- Service JSON Parser Converter - Double Array Entry #2 (10, 11, 12)
	- Service JSON Parser Converter - Double Array Entry #3 (13, 14, 15)
	- Service JSON Parser Converter - Double Array Entry #4 (16, 17)
	- Service JSON Parser Converter - Dual Double Entry Array #1 (18, 19, 20)
	- Service JSON Parser Converter - Dual Double Entry Array #2 (21, 22, 23)
	- Service JSON Parser Converter - Dual Double Entry Array #3 (24, 25, 26)
	- Service JSON Parser Converter - Dual Double Entry Array #4 (27, 28, 29)
	- Service JSON Parser Converter - Dual Double Entry Array #5 (30, 31, 32)
	- Service JSON Parser Converter - Integer Entry #1 (33, 34)
	- Service JSON Parser Converter - Integer Entry #2 (35, 36, 37)
	- Service JSON Parser Converter - Integer Array Entry #1 (38, 39)
	- Service JSON Parser Converter - Integer Array Entry #2 (40, 41, 42)
	- Service JSON Parser Converter - Integer Array Entry #3 (43, 44, 45)
	- Service JSON Parser Converter - Boolean Entry #1 (46, 47, 48)
	- Service JSON Parser Converter - Boolean Entry #2 (49, 50)
	- Service JSON Parser Converter - Boolean Array Entry #1 (51, 52)
	- Service JSON Parser Converter - Boolean Array Entry #2 (53, 54, 55)
	- Service JSON Parser Converter - Boolean Array Entry #3 (56, 57, 58)
	- Service JSON Parser Converter - Array #1 (59, 60)
	- Service JSON Parser Converter - Array #2 (61, 62, 63)
	- Service JSON Parser Converter - Array #3 (64, 65, 66)
	- Service JSON Parser Converter - Array #4 (67, 68, 69)
	- Service JSON Parser Converter - Array #5 (70, 71, 72)
	- Service JSON Parser Converter - Array #6 (73, 74, 75)
	- Service JSON Parser Converter - Array #7 (76, 77, 78)
	- Service JSON Parser Converter - Array #8 (79, 80, 81)
	- Service JSON Parser Converter - Array #9 (82, 83, 84)
	- Service JSON Parser Converter - Array #10 (85, 86, 87)
	- Service JSON Parser Converter - Array #11 (88)
	- Service JSON Parser Converter #1 (89, 90)
	- Service JSON Parser Converter #2 (91, 92, 93)
	- Service JSON Parser Converter #3 (94, 95, 96)
	- Service JSON Parser Converter #4 (97, 98, 99)
	- Service JSON Parser Converter #5 (100, 101, 102)
	- Service JSON Parser Converter #6 (103, 104, 105)
	- Service JSON Parser Lexical Processor (106, 107, 108)
	- Service JSON Parser Lexical Processor - INIT (109)
	- Service JSON Parser Lexical Processor - S_IN_FINISHED_VALUE (110)
	- Service JSON Parser Lexical Processor - S_IN_OBJECT (111)
	- Service JSON Parser Lexical Processor - S_IN_ARRAY (112)
	- Service JSON Parser Lexical Processor - S_PASSED_PAIR_KEY (113)
	- Service JSON Parser Lexical Processor - S_IN_PAIR_VALUE (114)
	- Service JSON Parser Lexical Processor - S_END (115)
	- Service JSON Parser Lexical Processor - S_IN_ERROR (116)
	- Service JSON Parser Lexical Processor - Handler Status Stack (117)
	- Service JSON Parser Lexical Processor - YY Lexer (118)
	- Service JSON Parser Lexical Processor - YY Token (119)
	- Service JSON Parser Lexical Processor - Status (120)


IdeaDRIP:
  • Loading branch information
Lakshmik committed Jan 18, 2025
1 parent 5773551 commit 9058dae
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 264 deletions.
62 changes: 62 additions & 0 deletions ReleaseNotes/05_08_2024.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@

Features:

Bug Fixes/Re-organization:

Samples:

- Service JSON Parser Converter - Date Entry Array (1, 2)
- Service JSON Parser Converter - Double Entry #1 (3, 4, 5)
- Service JSON Parser Converter - Double Entry #2 (6, 7)
- Service JSON Parser Converter - Double Array Entry #1 (8, 9)
- Service JSON Parser Converter - Double Array Entry #2 (10, 11, 12)
- Service JSON Parser Converter - Double Array Entry #3 (13, 14, 15)
- Service JSON Parser Converter - Double Array Entry #4 (16, 17)
- Service JSON Parser Converter - Dual Double Entry Array #1 (18, 19, 20)
- Service JSON Parser Converter - Dual Double Entry Array #2 (21, 22, 23)
- Service JSON Parser Converter - Dual Double Entry Array #3 (24, 25, 26)
- Service JSON Parser Converter - Dual Double Entry Array #4 (27, 28, 29)
- Service JSON Parser Converter - Dual Double Entry Array #5 (30, 31, 32)
- Service JSON Parser Converter - Integer Entry #1 (33, 34)
- Service JSON Parser Converter - Integer Entry #2 (35, 36, 37)
- Service JSON Parser Converter - Integer Array Entry #1 (38, 39)
- Service JSON Parser Converter - Integer Array Entry #2 (40, 41, 42)
- Service JSON Parser Converter - Integer Array Entry #3 (43, 44, 45)
- Service JSON Parser Converter - Boolean Entry #1 (46, 47, 48)
- Service JSON Parser Converter - Boolean Entry #2 (49, 50)
- Service JSON Parser Converter - Boolean Array Entry #1 (51, 52)
- Service JSON Parser Converter - Boolean Array Entry #2 (53, 54, 55)
- Service JSON Parser Converter - Boolean Array Entry #3 (56, 57, 58)
- Service JSON Parser Converter - Array #1 (59, 60)
- Service JSON Parser Converter - Array #2 (61, 62, 63)
- Service JSON Parser Converter - Array #3 (64, 65, 66)
- Service JSON Parser Converter - Array #4 (67, 68, 69)
- Service JSON Parser Converter - Array #5 (70, 71, 72)
- Service JSON Parser Converter - Array #6 (73, 74, 75)
- Service JSON Parser Converter - Array #7 (76, 77, 78)
- Service JSON Parser Converter - Array #8 (79, 80, 81)
- Service JSON Parser Converter - Array #9 (82, 83, 84)
- Service JSON Parser Converter - Array #10 (85, 86, 87)
- Service JSON Parser Converter - Array #11 (88)
- Service JSON Parser Converter #1 (89, 90)
- Service JSON Parser Converter #2 (91, 92, 93)
- Service JSON Parser Converter #3 (94, 95, 96)
- Service JSON Parser Converter #4 (97, 98, 99)
- Service JSON Parser Converter #5 (100, 101, 102)
- Service JSON Parser Converter #6 (103, 104, 105)
- Service JSON Parser Lexical Processor (106, 107, 108)
- Service JSON Parser Lexical Processor - INIT (109)
- Service JSON Parser Lexical Processor - S_IN_FINISHED_VALUE (110)
- Service JSON Parser Lexical Processor - S_IN_OBJECT (111)
- Service JSON Parser Lexical Processor - S_IN_ARRAY (112)
- Service JSON Parser Lexical Processor - S_PASSED_PAIR_KEY (113)
- Service JSON Parser Lexical Processor - S_IN_PAIR_VALUE (114)
- Service JSON Parser Lexical Processor - S_END (115)
- Service JSON Parser Lexical Processor - S_IN_ERROR (116)
- Service JSON Parser Lexical Processor - Handler Status Stack (117)
- Service JSON Parser Lexical Processor - YY Lexer (118)
- Service JSON Parser Lexical Processor - YY Token (119)
- Service JSON Parser Lexical Processor - Status (120)


IdeaDRIP:
Loading

0 comments on commit 9058dae

Please sign in to comment.